Skip to content
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: bump cherry-pick action to 1.1.0 #12157

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

jschmid1
Copy link
Contributor

@jschmid1 jschmid1 commented Dec 5, 2023

Summary

This should now correctly identify if the PR was merged using either "Squash and merge" or "Rebase and merge" and act accordingly.

Fix https://konghq.atlassian.net/browse/KAG-3198

This should now correctly identify if the PR was merged using
either "Squash and merge" or "Rebase and merge" and act accordingly.

Signed-off-by: Joshua Schmid <[email protected]>
@jschmid1 jschmid1 requested a review from a team December 5, 2023 09:12
@github-actions github-actions bot added the chore Not part of the core functionality of kong, but still needed label Dec 5, 2023
@jschmid1 jschmid1 requested a review from a team December 5, 2023 10:01
@dndx dndx merged commit beb1170 into master Dec 6, 2023
26 checks passed
@dndx dndx deleted the chore/cherry-pick-1.1.0 branch December 6, 2023 05:53
@dndx dndx added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label Dec 6, 2023
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12157-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12157-to-master-to-upstream
git checkout -b cherry-pick-12157-to-master-to-upstream
ancref=$(git merge-base 08d989cf17e2bfdb68be8137b083f671ac78ca33 083b7796edc603b0666a0ce997978df55d627258)
git cherry-pick -x $ancref..083b7796edc603b0666a0ce997978df55d627258

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/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants