From 019aa7b39d3c2e9ae468cd9aa05fc0ca84337729 Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Tue, 9 Aug 2022 17:24:27 -0400 Subject: [PATCH] Delete .kodiak.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 🙂 --- .github/.kodiak.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/.kodiak.toml diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml deleted file mode 100644 index cf6e6a07a1..0000000000 --- a/.github/.kodiak.toml +++ /dev/null @@ -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"]