Skip to content

Commit 144195b

Browse files
authored
Update **/** branch protection rule (#2788)
1 parent ffa1e82 commit 144195b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/how-to-configure-new-repository.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@ repositories that are using merge queues.
159159

160160
#### Branch protection rule: `**/**`
161161

162-
Same as for [`main`](#branch-protection-rule-main) above.
162+
* Require status checks to pass before merging: :heavy_check_mark:
163+
* Require branches to be up to date before merging: :heavy_check_mark:
164+
* Status checks that are required:
165+
* `EasyCLA`
166+
* Do not allow bypassing the above settings: :heavy_check_mark:
163167

164168
### Actions > General
165169

0 commit comments

Comments
 (0)