Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
732: Auto-merge minor/patch version update by dependabot r=remcowesterhoud a=remcowesterhoud ## Description <!-- Please explain the changes you made here. --> 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 <!-- Which issues are closed by this PR or are related --> closes # <!-- Cut-off marker _All lines under and including the cut-off marker will be removed from the merge commit message_ ## Definition of Ready Please check the items that apply, before requesting a review. You can find more details about these items in our wiki page about [Pull Requests and Code Reviews](https://github.com/camunda/zeebe/wiki/Pull-Requests-and-Code-Reviews). * [ ] I've reviewed my own code * [ ] I've written a clear changelist description * [ ] I've narrowly scoped my changes * [ ] I've separated structural from behavioural changes --> ## Definition of Done <!-- Please check the items that apply, before merging or (if possible) before requesting a review. --> _Not all items need to be done depending on the issue and the pull request._ Code changes: * [ ] The changes are backwards compatibility with previous versions * [ ] If it fixes a bug then PRs are created to backport the fix Testing: * [ ] There are unit/integration tests that verify all acceptance criterias of the issue * [ ] New tests are written to ensure backwards compatibility with further versions * [ ] The behavior is tested manually Documentation: * [ ] Javadoc has been written * [ ] The documentation is updated Co-authored-by: Remco Westerhoud <remco@westerhoud.nl>
- Loading branch information