Skip to content

Commit

Permalink
ci: don't block merge queue when awaiting review, after #7011
Browse files Browse the repository at this point in the history
Alternative to #7866
https://hasurahq.slack.com/archives/C036BBQSSTC/p1675768805385689

PR-URL: hasura/graphql-engine-mono#7869
GitOrigin-RevId: 858f0e26e1c15a12132e6509c00fa6ea93d4c1b8
  • Loading branch information
jberryman authored and hasura-bot committed Feb 7, 2023
1 parent e4ffaae commit 245c0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 245c0fe

Please sign in to comment.