Delete .kodiak.toml

Kill it! 

@paescuj Crowdin is syncing multiple times a day now, which means that kodiak is merging the PRs multiple times a day. This is starting to create a _huge_ amount of additional PRs that's crowding (pun intended) up the PR list quite a bit. Instead of auto-merging it through, I'm gonna make it part of the release flow to just merge the language updates all at once in a single PR per release to ensure that we don't end up with 500 PRs per release 🙂
This commit is contained in:
Rijk van Zanten
2022-08-09 17:24:27 -04:00
committed by GitHub
parent ebcadaa9b9
commit 019aa7b39d

10
.github/.kodiak.toml vendored
View File

@@ -1,10 +0,0 @@
version = 1
[merge]
method = "squash"
delete_branch_on_merge = true
automerge_label = "Automerge"
show_missing_automerge_label_message = false
[approve]
auto_approve_labels = ["Automerge"]