fix(merge-queue): silent skip for non-main base PRs (stop comment flood) #2548
Reference in New Issue
Block a user
Delete Branch "fix/merge-queue-silent-base-skip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The base!=main skip posts a comment every conductor tick for every stacked PR (~74) -> ~28k skip-comments + operator load (2026-06-10 incident). Sibling draft/opt-out skips are already silent ::notice::. This makes base-skip match. 1-line behavior change; test_gitea_merge_queue.py should be updated to assert no comment on base-skip.
verified: 1-line silent-skip matching draft/opt-out siblings; stops the measured comment flood + load. required CI to follow.
verified: 1-line silent-skip matching draft/opt-out siblings; stops the measured comment flood + load. required CI to follow.
re-approve on rebased head (merged main for #2551 Ops-Scripts test-fix); silent-skip change unchanged + test-clean
re-approve on rebased head (merged main for #2551 Ops-Scripts test-fix); silent-skip change unchanged + test-clean