-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ci: Add backport workflow #1275
Conversation
This will allow merged PRs to be automatically backported to a release branch via either a label (before the original PR is merged) or a comment. Uses: https://github.com/marketplace/actions/backport-merged-pull-requests-to-selected-branches Signed-off-by: Lann Martin <lann.martin@fermyon.com>
c36a763
to
a5f3428
Compare
|
Hmm...for some reason I thought you would specify |
I guess we need another action to add the label then. |
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.
Looks awesome. Will wanna add some guidance to the release process around this once we've tested it out.
Also, we might want to consider that the /backport
comment might be abused where as we can set permissions for who can add labels.
/backport |
Successfully created backport PR for |
I don't think the action does anything that a user couldn't do manually, so we should be OK. |
This will allow merged PRs to be automatically backported to a release
branch via either a label (before the original PR is merged) or a
comment.
Uses:
https://github.com/marketplace/actions/backport-merged-pull-requests-to-selected-branches