We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f304da0 commit 17588e3Copy full SHA for 17588e3
2 files changed
.github/.kodiak.toml
@@ -0,0 +1,15 @@
1
+version = 1
2
+
3
+[approve]
4
+auto_approve_usernames = ["cloudquery-ci"]
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
.github/renovate.json5
@@ -0,0 +1,3 @@
+{
+ extends: ["github>cloudquery/.github//.github/renovate-node-default.json5"],
+}
0 commit comments