potiuk opened a new pull request, #63771:
URL: https://github.com/apache/airflow/pull/63771
Restructures the workflow approval flow in `breeze pr auto-triage` to batch
PRs
requiring workflow runs instead of reviewing them one-at-a-time with multiple
confirmation prompts.
New flow:
1. Show all PR titles as a grouped list
2. Show diffs one-by-one with sensitive file warnings — press SPACE to
continue,
`f` to flag as suspicious, `q` to quit (no yes/no questions between each)
3. Handle any flagged-suspicious PRs (close author's PRs flow)
4. Batch approve all non-flagged PRs at once with a single confirmation
Adds `ContinueAction` enum and `prompt_space_continue()` to `confirm.py` for
the space-to-continue UX.
Special cases (high author flagged count, no pending runs, running checks)
are
still handled individually before the batch flow.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — Claude Code (Claude Opus 4.6)
Generated-by: Claude Code (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]