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: website/docs/r/repository_ruleset.html.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ The `rules` block supports the following:
88
88
89
89
*`non_fast_forward` - (Optional) (Boolean) Prevent users with push access from force pushing to branches.
90
90
91
-
*`merge_queue` - (Optional) (Block List, Max: 1) Merges must be performed via a merge queue.
91
+
*`merge_queue` - (Optional) (Block List, Max: 1) Merges must be performed via a merge queue. (see [below for nested schema](#rules.merge_queue))
92
92
93
93
*`pull_request` - (Optional) (Block List, Max: 1) Require all commits be made to a non-target branch and submitted via a pull request before they can be merged. (see [below for nested schema](#rules.pull_request))
0 commit comments