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

Investigate adding protections to the "main" branch #17

Open
ConnieJChi opened this issue Aug 10, 2024 · 0 comments
Open

Investigate adding protections to the "main" branch #17

ConnieJChi opened this issue Aug 10, 2024 · 0 comments

Comments

@ConnieJChi
Copy link

Typically in repos there are protections on the main branch to prevent someone accidentally pushing changes directly onto the main branch vs creating their own separate branch, pushing to that branch, getting that branch approved (ideally), and then merging into main.

Github provides a way to protect the main branch: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule

An important note is that while we want to have branch protections, the protections should NOT block an urgent push and merge up to main in case there are last second changes that have to be made during a tournament.

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

No branches or pull requests

1 participant