-
Notifications
You must be signed in to change notification settings - Fork 340
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
ci(.github): add a workflow to backport PRs manually #12940
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jay Chen <[email protected]>
Signed-off-by: Jay Chen <[email protected]>
Reviewer Checklist🔍 Each of these sections need to be checked by the reviewer of the PR 🔍:
|
Signed-off-by: Jay Chen <[email protected]>
Signed-off-by: Jay Chen <[email protected]>
Signed-off-by: Jay Chen <[email protected]>
test run:
A example PR created by a run mentioned above: jijiechen#20 |
Could be good to do this as well while we touch this job: https://github.com/Kong/team-mesh/issues/295 |
Signed-off-by: Jay Chen <[email protected]>
In the latest update, it now extracts change log from original PR. |
Motivation
To make backport PRs to other branches more convenient, now manually.
Implementation information
changed the way to get PR info from the GitHub Actions context to by invoking the
gh
CLI