You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During working with Kodiak on one of the GH repositories I implemented automatic merge for Dependabot pull requests.
For the majority of the time, Kodiak is working perfectly, waiting for all checks to pass, however, sometimes there are checks that take longer to be added to a PR, or fail to be added, e.g. Concourse CI build check. In these cases, Kodia merges the PR on possible bad PR that didn't pass all checks.
The question here - is it possible to specify the list of required checks explicitly, similar to dont_wait_on_status_checks so the Kodiak merges only if all checks pass?
The text was updated successfully, but these errors were encountered:
@DmitriyNoa can you configure the Concourse status checks as required via GitHub branch protection settings? Kodiak will wait for all required status checks to merge.
During working with Kodiak on one of the GH repositories I implemented automatic merge for Dependabot pull requests.
For the majority of the time, Kodiak is working perfectly, waiting for all checks to pass, however, sometimes there are checks that take longer to be added to a PR, or fail to be added, e.g. Concourse CI build check. In these cases, Kodia merges the PR on possible bad PR that didn't pass all checks.
The question here - is it possible to specify the list of required checks explicitly, similar to dont_wait_on_status_checks so the Kodiak merges only if all checks pass?
The text was updated successfully, but these errors were encountered: