ci: fix merge-queue trigger gaps and run CI on develop + main - #279
Merged
Conversation
* ci: fix merge-queue trigger gaps and add develop to CI branches Default branch moved to develop; keep CI running on both develop and main. Also close two merge-queue trigger mismatches surfaced during a workflow trigger audit. - ci/typecheck/unit-tests/ui-tests: add `develop` to push branches so post-merge runs happen on both develop and main. - pr-tittle-check: add a `merge_group` trigger and guard the validate step with `if: github.event_name != 'merge_group'`. As a required check it was never reporting on the queue commit, leaving the merge queue stuck "waiting for status to be reported"; it now reports success without re-validating (the title can't change in the queue). - linter (Frappe Linter): drop `if: github.event_name == 'pull_request'` so lint is enforced in the merge queue instead of being skipped (a skipped required check counts as green). - linter (Vulnerable Dependency Check): restrict to pull_request plus a new weekly schedule, and keep it off merge_group/push so a freshly published CVE in the external advisory DB can't block a queued merge. - ci: rename concurrency prefix main-buzz -> ci-buzz now that main is not the default branch (no functional effect). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013EYfuce7SdhQDyZNCRMaNa * ci: trim verbose workflow comments Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013EYfuce7SdhQDyZNCRMaNa --------- Co-authored-by: Claude <noreply@anthropic.com> (cherry picked from commit 2e16e49)
harshtandiya
approved these changes
Jul 23, 2026
harshtandiya
enabled auto-merge
July 23, 2026 12:42
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 23, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated backport of #278 to
main.