We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0941ac + f46fa03 commit 9000cd4Copy full SHA for 9000cd4
1 file changed
.bulldozer.yml
@@ -0,0 +1,17 @@
1
+# Excavator auto-updates this file. Please contribute improvements to the central template.
2
+
3
+version: 1
4
+merge:
5
+ trigger:
6
+ labels: ["merge when ready"]
7
+ ignore:
8
+ labels: ["do not merge"]
9
+ method: squash
10
+ options:
11
+ squash:
12
+ body: pull_request_body
13
+ message_delimiter: ==COMMIT_MSG==
14
+ delete_after_merge: true
15
+update:
16
17
+ labels: ["update me"]
0 commit comments