Skip to content

Commit

Permalink
Mention branch protection ordering (#6406)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Berg <jberg@newrelic.com>
  • Loading branch information
trask and jack-berg committed May 9, 2024
1 parent c7d472a commit a855e12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/repository-settings.md
Expand Up @@ -17,6 +17,11 @@ Repository settings in addition to what's documented already at

## Branch protections

The order of branch protection rules
[can be important](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule#about-branch-protection-rules).
The branch protection rules below should be added before the `**/**` branch protection rule
(this may require deleting the `**/**` rule and recreating it at the end).

### `main`

* Require branches to be up to date before merging: UNCHECKED
Expand Down

0 comments on commit a855e12

Please sign in to comment.