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

feat: provide stable-named job for branch protection #124

Merged
merged 2 commits into from
Jul 19, 2024

Commits on Jul 3, 2024

  1. feat: provide stable-named job for branch protection

    GitHub actions matrix "test" gets expanded to many status checks, making it impossible to keep the branch protection settings in the GitHub UI up-to-date as the matrix cells are updated.
    
    This provides a "conclusion" status which can be used instead. Thanks @mattmoor for the code!
    alexeagle authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    50e39ec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Update ci.yaml

    alexeagle authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    42e7bef View commit details
    Browse the repository at this point in the history