github-actions[bot] opened a new pull request, #65157: URL: https://github.com/apache/airflow/pull/65157
scripts/ci/analyze_e2e_flaky_tests.py builds 'gh api <endpoint> -f key=val ...' to list workflow runs. The gh CLI defaults to POST whenever -f parameters are present, so the workflow runs endpoint returned 'Not Found (HTTP 404)' and the script wrote no output file, causing the downstream slack-github-action step to crash with ENOENT on slack-message.json. Force --method GET in the gh_api helper and add a regression test. (cherry picked from commit 7ae29fb783593e6ec1f25a8864bd25b26c172670) Co-authored-by: Jarek Potiuk <[email protected]> -- 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]
