-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Introduce backport GHA #8368
Introduce backport GHA #8368
Conversation
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.
No objection to this, though it hasn't been needed much lately (I strongly prefer a merge-forward lifecycle even for patches).
We'll have to turn on Actions, though--ping me and I can do that.
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.
No objection to this, though it hasn't been needed much lately (I strongly prefer a merge-forward lifecycle even for patches).
We'll have to turn on Actions, though--ping me and I can do that.
It's just a quick experiment :-) |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Is it intentional to have the file under |
Thanks! - Good catch - copy&paste error :-) |
5129365
to
878b6fd
Compare
Context
Introduces backport GitHub action for automation-aided propagation of changes between branches.
usage:
comment
/backport to <target bracnh>
on PR that needs to be backported (ideally after merging). New PR will be created backporting to the requested branch.