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

ci(release): eliminate bypassing of branch protection #285

Merged
merged 1 commit into from
Sep 27, 2023

Commits on Sep 18, 2023

  1. ci(release): eliminate bypassing of branch protection

    The workflow commits to the main branch and the branch protection configured in the GitHub repository prevents this for all users.
    
    Previously, the protection was temporarily bypassed and the user performing the commit required administrator permissions (due to the configuration of the branch protection).
    
    Now protection is done using GitHub branch ruleset, and there's no need to bypass protection. In this way, workflow can be simplified.
    tbouffard committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    83fdefe View commit details
    Browse the repository at this point in the history