We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa1e82 commit 144195bCopy full SHA for 144195b
docs/how-to-configure-new-repository.md
@@ -159,7 +159,11 @@ repositories that are using merge queues.
159
160
#### Branch protection rule: `**/**`
161
162
-Same as for [`main`](#branch-protection-rule-main) above.
+* 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:
167
168
### Actions > General
169
0 commit comments