Merged
Conversation
781217a to
d6dc8ad
Compare
nventuro
approved these changes
Mar 10, 2026
## Summary
- Adds `pull-v4-into-v4-next.yml` workflow: on every push to `v4`, automatically merges into `v4-next`. If conflicts arise, creates a PR for manual resolution.
- Adds `nightly-release-tag-v4-next.yml` workflow: tags `v4-next` nightly at 02:00 UTC with `v{version}-nightly.{date}` format.
4415a47 to
b6965d5
Compare
ludamad
added a commit
that referenced
this pull request
Mar 11, 2026
## Summary Backport of the sync workflow to `v4` so the `push` trigger fires when commits land on `v4`. - `pull-v4-into-v4-next.yml`: on every push to `v4`, merges into `v4-next`. Creates a conflict-resolution PR if needed. The nightly tag job and backport infrastructure are handled from the default branch (`next`) via PR #21338.
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.
Summary
pull-v4-into-v4-next.ymlworkflow: on every push tov4, automatically merges intov4-next. If conflicts arise, creates a PR for manual resolution.nightly-release-tag-v4-next.ymlworkflow: tagsv4-nextnightly at 05:00 UTC withv{version}-nightly.{date}format.