Skip to content

Commit a3c5699

Browse files
authored
docs: Add missing link to schema for merge_queue repository rule
Closes #2579.
1 parent d63ad78 commit a3c5699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/repository_ruleset.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The `rules` block supports the following:
8888

8989
* `non_fast_forward` - (Optional) (Boolean) Prevent users with push access from force pushing to branches.
9090

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))
9292

9393
* `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))
9494

0 commit comments

Comments
 (0)