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

Head commit for run:
d77fd5d529bbabe68c86304f9b37c9942fe20340 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-0-test] Dev: Fix KeyError in release issue content generation (#52751) 
(#52756)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to