potiuk opened a new pull request, #64044:
URL: https://github.com/apache/airflow/pull/64044

   Ensure gh CLI is available and authenticated before running
   `slack_notification_state.py` in the "Determine notification action" step
   of both `ci-amd-arm.yml` and `ci-notification.yml`.
   
   The script uses `gh api` and `gh run download` internally, so this adds:
   - A `command -v gh` check that fails with a clear error if gh is missing
   - `gh auth status || gh auth login --with-token` to ensure authentication
   - `GH_TOKEN` env var for automatic gh CLI authentication
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Opus 4.6
   
   Generated-by: Claude Opus 4.6 following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


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