-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
544: [Backport stable/8.0] Add Bors to merge pull requests r=remcowesterhoud a=korthout # Description Backport of #537 to `stable/8.0`. relates to #536 Backported manually because there was a failure in the backport-action. Although the cherry-pick was without conflicts: `git cherry-pick -x 9810bb4 2ff389d b577b16`, I still needed to fix the CI. Specifically one of the jobs has a different name. Co-authored-by: Nico Korthout <nico.korthout@camunda.com>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
status = [ | ||
"Test summary", | ||
] | ||
|
||
required_approvals = 1 | ||
|
||
delete_merged_branches = true | ||
|
||
commit_title = "merge: ${PR_REFS}" |