-
Notifications
You must be signed in to change notification settings - Fork 15
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
Auto-merge minor/patch version update by dependabot #732
Conversation
This step is copy-pasted from the Zeebe repository. It will run when the test-summary step has completed. If it did it means the PR can be merged.
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.
LGTM 👍
Let's give it a shot!
PS: Since the PR does not link to an issue, it would be beneficial to describe in the pull request body what this achieves (auto-merges for dependabot) and why that is useful
Thanks @korthout! I've edited the PR description. bors merge |
Build succeeded: |
/backport |
Git push to origin failed for stable/8.0 with exitcode 1 |
Git push to origin failed for stable/8.1 with exitcode 1 |
Git push to origin failed for stable/8.2 with exitcode 1 |
/backport |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.0
git worktree add -d .worktree/backport-732-to-stable/8.0 origin/stable/8.0
cd .worktree/backport-732-to-stable/8.0
git checkout -b backport-732-to-stable/8.0
ancref=$(git merge-base cac8226ac30fd36316fe61fa5db5d5bb3e9d8c55 0a0a5379ec06ff34f0a9cde175e8347bfa3479a0)
git cherry-pick -x $ancref..0a0a5379ec06ff34f0a9cde175e8347bfa3479a0 |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.1
git worktree add -d .worktree/backport-732-to-stable/8.1 origin/stable/8.1
cd .worktree/backport-732-to-stable/8.1
git checkout -b backport-732-to-stable/8.1
ancref=$(git merge-base cac8226ac30fd36316fe61fa5db5d5bb3e9d8c55 0a0a5379ec06ff34f0a9cde175e8347bfa3479a0)
git cherry-pick -x $ancref..0a0a5379ec06ff34f0a9cde175e8347bfa3479a0 |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.2
git worktree add -d .worktree/backport-732-to-stable/8.2 origin/stable/8.2
cd .worktree/backport-732-to-stable/8.2
git checkout -b backport-732-to-stable/8.2
ancref=$(git merge-base cac8226ac30fd36316fe61fa5db5d5bb3e9d8c55 0a0a5379ec06ff34f0a9cde175e8347bfa3479a0)
git cherry-pick -x $ancref..0a0a5379ec06ff34f0a9cde175e8347bfa3479a0 |
@remcowesterhoud There are conflicts |
Yeah don't worry about it. It's already in those branches 🪄 |
I do have to add a fix though I just realised |
Description
This step is copy-pasted from the Zeebe repository. It will run when the test-summary step has completed. If it did it means the PR can be merged.
Adding this makes it so once the CI has passed it automatically comments
bors merge
on the PR. This triggers bors to merge the PR. This removes the maintenance effort of manually having to merge the dependabot PRs.Related issues
closes #
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
Testing:
Documentation: