-
Notifications
You must be signed in to change notification settings - Fork 646
Remove next-major branch from workflows #7147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Co-authored-by: siddharthkp <1863771+siddharthkp@users.noreply.github.com>
|
👋 Hi from github/github-ui! Your integration PR is ready: https://github.com/github/github-ui/pull/6410 |
siddharthkp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the deprecated next-major branch from workflow triggers across the repository. The next-major branch was previously used to collect changes for major releases but is no longer part of the release process.
- Removed
next-majorfrom push and merge_group branch triggers in CI and reporting workflows
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/reports.yml |
Removed next-major from push and merge_group branch triggers for build reports workflow |
.github/workflows/ci.yml |
Removed next-major from push and merge_group branch triggers for main CI workflow |
|
🟢 ci completed with status |
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: siddharthkp <1863771+siddharthkp@users.noreply.github.com>
Closes #
The
next-majorbranch is no longer used for collecting changes for major releases. This PR removes it from workflow triggers.Changelog
Removed
next-majorfrompush.branchesandmerge_group.branchesin.github/workflows/ci.ymlnext-majorfrompush.branchesandmerge_group.branchesin.github/workflows/reports.ymlRollout strategy
Testing & Reviewing
YAML syntax validated. No remaining
next-majorreferences in.github/workflows/.Merge checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.