Skip to content

Commit 56c2024

Browse files
Excavator: Render Bulldozer Bot config file
1 parent 7784f29 commit 56c2024

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.bulldozer.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
trigger:
17+
labels: ["update me"]

0 commit comments

Comments
 (0)