The GitHub Actions job "Tests AMD" on airflow.git/backport-19da281-v3-0-test 
has failed.
Run started by GitHub user kaxil (triggered by potiuk).

Head commit for run:
01b95ee9b28f491bb77d1981630a8524656f3371 / Kaxil Naik <[email protected]>
[v3-0-test] Dev: Fix KeyError in release issue content generation (#52751)

When generating issue content for releases, some PRs were being filtered out
during processing (e.g., dependabot PRs, doc-only PRs) but still remained in
the `pull_requests` dictionary. This caused a `KeyError` when the Jinja2 
template
tried to access `user_logins` for PRs that had no corresponding user data.

The fix ensures that `pr_list` variable only contains PRs that have 
corresponding entries
in the users dictionary, preventing the template from accessing undefined keys.

Fixes issue where `breeze release-management generate-issue-content-core`
command failed with "UndefinedError: dict object has no element <PR_NUMBER>".
(cherry picked from commit 19da28163042a2a4924d905cdb81c22857486c73)

Co-authored-by: Kaxil Naik <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/16043411467

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to