Skip to content

Commit 8341600

Browse files
authored
chore: Add Kodiak configuration for PR approvals and merges
Signed-off-by: Erez Rokah <[email protected]>
1 parent 33133f7 commit 8341600

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/.kodiak.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = 1
2+
3+
[approve]
4+
auto_approve_usernames = ["cq-bot"]
5+
6+
[merge.message]
7+
body = "pull_request_body"
8+
cut_body_after = "Use the following steps to ensure your PR is ready to be reviewed"
9+
cut_body_and_text = true
10+
cut_body_before = "<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->"
11+
title = "pull_request_title"
12+
13+
[merge]
14+
blocking_labels = ["wip", "no automerge"]
15+
notify_on_conflict = false

0 commit comments

Comments
 (0)