Fix autobuild.yml to build merges and PRs on release/* branches - #3854
Fix autobuild.yml to build merges and PRs on release/* branches#3854pljones wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the autobuild.yml GitHub Actions workflow triggers so the autobuild pipeline runs for both direct pushes/merges and pull requests targeting release/* branches, aligning CI behavior with the release branching model.
Changes:
- Add
release/**toon.push.branchesso pushes/merges to release branches trigger autobuild. - Add
release/**toon.pull_request.branchesso PRs targeting release branches trigger autobuild. - Standardize quoting of branch/tag patterns for consistency.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Test it on your repo. |
|
And yes, it might need a backport. |
|
MY LLM WROTE: On the backporting question: it needs it. Consistent with what's there now: every Auto-Build run on |
Short description of changes
release/**pattern toon.push.branchesandon.pull_request.branches.CHANGELOG: SKIP
Context: Fixes an issue?
Direct merges to release/* or PRs to release/* would not have triggered the autobuild workflow as expected.
Does this change need documentation? What needs to be documented and how?
No.
Status of this Pull Request
I got Github CoPilot in VSCode to review it for me (it also did the quote fixes).
(Github CoPilot in VSCode GPT-5.3-Codex, 14.6 credits...)
What is missing until this pull request can be merged?
Human review.
I have no idea whether this needs backporting or whether it'll just work, either.
Checklist
I tested my code and it does what I want