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


##########
.github/workflows/codeql-analysis.yml:
##########
@@ -50,6 +50,7 @@ jobs:
       - name: Selective checks
         id: selective-checks
         env:
+          PR_LABELS: "${{ steps.source-run-info.outputs.pr-labels }}"

Review Comment:
   Guess lets add this step before that. similar to this ? 
https://github.com/apache/airflow/blob/main/.github/workflows/ci.yml#L160
   
   ```
         - name: "Get information about the Workflow"
           id: source-run-info
           run: breeze ci get-workflow-info 2>> ${GITHUB_OUTPUT}
   ```



-- 
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