Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit 83b042e

Browse files
authored
chore: Add Kodiak configuration for auto-approval and merging
1 parent 9f39b95 commit 83b042e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/.kodiak.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
priority_merge_label = "priority merge"
16+
notify_on_conflict = false

0 commit comments

Comments
 (0)