github-actions[bot] opened a new pull request, #57591: URL: https://github.com/apache/airflow/pull/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]> -- 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]
