ci(release): add auto-merge PR and tag-on-main workflows#16
Merged
Conversation
After a successful publish, opens a PR from the release branch to main with auto-merge enabled. A separate tag.yml creates the vX.Y.Z git tag on main once the PR merges.
821e182 to
a552a3a
Compare
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
mergejob torelease.ymlthat runs after a successful publish, opens a PR from the release branch intomain, and enables auto-mergetag.ymlworkflow that fires when arelease/**PR is merged intomain, creating thevX.Y.Zgit tag on the resulting main commitHow it works
Prerequisites
Enable Allow auto-merge in each repo: Settings → General → Pull Requests.
Test plan
release/v0.0.0-testbranch and confirm themergejob opens a PR targetingmaintag.ymlcreates thev0.0.0-testtag onmain