From 245c0fed2218faae2fc9f0e2ff977d3430863546 Mon Sep 17 00:00:00 2001 From: Brandon Simmons Date: Tue, 7 Feb 2023 15:29:44 -0500 Subject: [PATCH] ci: don't block merge queue when awaiting review, after #7011 Alternative to #7866 https://hasurahq.slack.com/archives/C036BBQSSTC/p1675768805385689 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7869 GitOrigin-RevId: 858f0e26e1c15a12132e6509c00fa6ea93d4c1b8 --- .kodiak.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kodiak.toml b/.kodiak.toml index 8063f25593e8e..fc4d2553c5c4e 100644 --- a/.kodiak.toml +++ b/.kodiak.toml @@ -65,7 +65,7 @@ optimistic_updates = true # default: true # status check is incomplete when a PR is being merged, Kodiak will skip the PR. # Use this option for status checks that run indefinitely, like deploy jobs or # the WIP GitHub App. -dont_wait_on_status_checks = [] # default: [], options: list of check names (e.g. ["ci/circleci: lint_api"]) +dont_wait_on_status_checks = ["checking required reviews","Required reviews"] # default: [], options: list of check names (e.g. ["ci/circleci: lint_api"]) # If a PR is passing all checks and is able to be merged, merge it without # placing it in the merge queue. This option adds some unfairness where PRs