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.
1 parent 33133f7 commit 8341600Copy full SHA for 8341600
.github/.kodiak.toml
@@ -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