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

fix(bot): handling of duplicate check suites #688

Merged
merged 4 commits into from
Jul 11, 2021

Commits on Jul 10, 2021

  1. fix(bot): handling of duplicate check suites

    Previously if a user created duplicate check suites with the same check run name, Kodiak would consider all of the check suites, not just the most recent one. So if the check suite had failed previously, but the latest check suite passed, Kodiak would incorrectly mark the PR as blocked for merging.
    
    Now Kodiak only considers the most recent check run name.
    chdsbd committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    a2e652d View commit details
    Browse the repository at this point in the history
  2. doc

    chdsbd committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    cf011c8 View commit details
    Browse the repository at this point in the history
  3. fix

    chdsbd committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    7c2a91a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. CR

    chdsbd committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    f6b2966 View commit details
    Browse the repository at this point in the history