gopidesupavan commented on code in PR #44102:
URL: https://github.com/apache/airflow/pull/44102#discussion_r1845254798


##########
scripts/ci/pre_commit/checkout_no_credentials.py:
##########
@@ -57,6 +57,13 @@ def check_file(the_file: Path) -> int:
                     # build. This is ok for security, because we are pushing 
it only in the `main` branch
                     # of the repository and only for unprotected constraints 
branch
                     continue
+                if step.get("id") == "checkout-for-backport":

Review Comment:
   @potiuk have updated this to ignore check, backport script require this 
option. as it creates backport branch and pr. tried with `persist-credentials: 
false` but not working..
   
   Please suggest if there is any alternative or kindly check the permissions 
if i am missing anything :) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to