You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/repository-settings.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ Repository settings in addition to what's documented already at
17
17
18
18
## Branch protections
19
19
20
+
The order of branch protection rules
21
+
[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).
22
+
The branch protection rules below should be added before the `**/**` branch protection rule
23
+
(this may require deleting the `**/**` rule and recreating it at the end).
24
+
20
25
### `main`
21
26
22
27
* Require branches to be up to date before merging: UNCHECKED
0 commit comments