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 error evaluating unprotected branches #302

Merged
merged 1 commit into from
Mar 22, 2022

Commits on Mar 22, 2022

  1. Fix error evaluating unprotected branches

    A change in go-github v42 added a new error type when a branch is not
    protected instead of using the standard 404 error returned by GitHub.
    This meant our logic failed to detect that protection was missing and
    reported an error as if the API call failed.
    bluekeyes committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8e9b3f8 View commit details
    Browse the repository at this point in the history