The GitHub Actions job "CodeQL" on 
airflow.git/worktree-modular-stargazing-lampson has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9cfad0ea9bc827fa7a0d2c81899d7a9d67112648 / Jarek Potiuk <[email protected]>
Show diff before workflow approval in TUI and sequential modes

Previously in TUI mode, pressing 'r' on a workflow approval PR or
using batch 'a' to approve selected PRs would approve workflows
immediately without showing the diff. The sequential mode already
showed diffs before batch approval but had the logic inlined.

Now:
- TUI 'r' (Approve) on workflow PRs shows the diff first, with
  SPACE to confirm, 'f' to flag suspicious, 'q' to quit
- TUI batch 'a' (Review & approve) shows each PR's diff one by one
  before approving; flagged PRs are skipped from approval
- Footer label changed from "Approve selected" to "Review & approve"
  and quick action label shows "Approve" instead of "Rerun" for
  workflow approval PRs
- Extracted _show_diff_and_confirm helper to deduplicate diff
  display + sensitive file warning + prompt logic (was in 3 places)
- Sequential mode batch review now uses the same helper

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

With regards,
GitHub Actions via GitBox


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

Reply via email to