Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to specify checks explicitly, simmilar way as merge.dont_wait_on_status_checks #745

Open
DmitriyNoa opened this issue Oct 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@DmitriyNoa
Copy link

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?

@DmitriyNoa DmitriyNoa added the enhancement New feature or request label Oct 25, 2021
@chdsbd
Copy link
Owner

chdsbd commented Oct 25, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants