-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore: improve cherry-picking process #11993
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
the
chore
Not part of the core functionality of kong, but still needed
label
Nov 10, 2023
curiositycasualty
approved these changes
Nov 13, 2023
outsinre
reviewed
Nov 14, 2023
jschmid1
commented
Nov 16, 2023
jschmid1
force-pushed
the
chore/improve-cherry-pick-process
branch
from
November 17, 2023 09:50
3a39777
to
8a8116b
Compare
jschmid1
force-pushed
the
chore/improve-cherry-pick-process
branch
from
November 17, 2023 09:58
8a8116b
to
155d6d2
Compare
jschmid1
added
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
and removed
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
labels
Nov 17, 2023
StarlightIbuki
approved these changes
Nov 20, 2023
windmgc
approved these changes
Nov 20, 2023
windmgc
reviewed
Nov 20, 2023
Signed-off-by: Joshua Schmid <[email protected]>
jschmid1
force-pushed
the
chore/improve-cherry-pick-process
branch
from
November 21, 2023 11:35
155d6d2
to
7b1c7c9
Compare
jschmid1
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Nov 21, 2023
/cherry-pick |
nowNick
approved these changes
Nov 22, 2023
Successfully created cherry-pick PR for |
nowNick
reviewed
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
chore
Not part of the core functionality of kong, but still needed
size/M
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
Introduces a GitHub Action to our workflows, designed to automate the cherry-picking process for transferring commits to another repository, specifically 'kong-ee'. This action is triggered by a configurable label (
cherry-pick kong-ee
) when a pull request is merged.Additionally, it automatically requests a review from the individual who merged the original pull request.
The action can be found here: https://github.com/jschmid1/cross-repo-cherrypick-action
Todos:
cherry-pick kong-ee
and ensure that only kong employees are able to set this.Fix: https://konghq.atlassian.net/browse/KAG-2980