-
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(ci): fix Slack bot notification (#7598) #12208
Conversation
0319724
to
0388237
Compare
1. backport notification fails due to new backport message. 2. build notification uses PR author instead of merger.
0388237
to
94787cb
Compare
deea631
to
57f8370
Compare
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/2.8.x
git worktree add -d .worktree/backport-12208-to-release/2.8.x origin/release/2.8.x
cd .worktree/backport-12208-to-release/2.8.x
git switch --create backport-12208-to-release/2.8.x
git cherry-pick -x dd4efe8959390a00e4272b588b3c9c5b57c6a43b |
Git push to origin failed for release/3.2.x with exitcode 1 |
Git push to origin failed for release/3.3.x with exitcode 1 |
Git push to origin failed for release/3.4.x with exitcode 1 |
Git push to origin failed for release/3.5.x with exitcode 1 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/2.8.x
git worktree add -d .worktree/backport-12208-to-release/2.8.x origin/release/2.8.x
cd .worktree/backport-12208-to-release/2.8.x
git switch --create backport-12208-to-release/2.8.x
git cherry-pick -x dd4efe8959390a00e4272b588b3c9c5b57c6a43b |
Git push to origin failed for release/3.2.x with exitcode 1 |
Git push to origin failed for release/3.3.x with exitcode 1 |
Git push to origin failed for release/3.4.x with exitcode 1 |
Git push to origin failed for release/3.5.x with exitcode 1 |
Waiting for Han's PR, will skip other CE branches. |
Sync from EE https://github.com/Kong/kong-ee/pull/7598 to make bot recognize the right PR author.
FTI-5638
Blocked by #12209.