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

Head commit for run:
72e3effee94f27cb25e16f521cb0cea6ef82e514 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Add `--answer` flag support to breeze run command (#57589) (#57591)

The breeze run command was missing the `@option_answer` decorator, preventing
users from bypassing interactive prompts when image rebuilds were required.
This caused the command to ignore `-y`/`-n`/`--answer` flags even though other
breeze commands supported them.

Added `@option_answer` decorator to enable non-interactive execution via:
- breeze run --answer y <command>
- breeze run -a n <command>
- ANSWER=y breeze run
(cherry picked from commit 3c13f7c89f332a1d6ec4b76aa9c62d359fcdf201)

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to