This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 67ec9552d8e Relax note about rebase/merge (#63752)
67ec9552d8e is described below
commit 67ec9552d8e44408c43f17df68d8ba327969065e
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Mar 17 11:02:13 2026 +0100
Relax note about rebase/merge (#63752)
---
dev/breeze/src/airflow_breeze/commands/pr_commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/commands/pr_commands.py
b/dev/breeze/src/airflow_breeze/commands/pr_commands.py
index e49706c5865..6227d8b39cf 100644
--- a/dev/breeze/src/airflow_breeze/commands/pr_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/pr_commands.py
@@ -2202,7 +2202,7 @@ def _build_comment(
what_to_do = _load_what_to_do_next()
rebase_note = ""
- if commits_behind > 0:
+ if commits_behind > 50:
rebase_note = (
f"\n\n> **Note:** Your branch is **{commits_behind} "
f"commit{'s' if commits_behind != 1 else ''} behind
`{base_ref}`**. "