Skip to content

Commit e57bf1d

Browse files
closes #778: fix branch_protection documentation (#780)
* closes #778: fix branch_protection documentation * Update branch_protection.md * Update branch_protection.md Co-authored-by: Adam Snyder <[email protected]>
1 parent dd0da2b commit e57bf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/branch_protection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The following arguments are supported:
5454

5555
* `branch` - (Required) Name of the branch.
5656

57-
* `push_access_level` - (Optional) One of five levels of access to the project. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
57+
* `push_access_level` - (Optional) Access levels allowed to push. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
5858

59-
* `merge_access_level` - (Optional) One of five levels of access to the project. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
59+
* `merge_access_level` - (Optional) Access levels allowed to merge. Valid values are: `no one`, `developer`, `maintainer`, `admin`.
6060

6161
* `allowed_to_push`, `allowed_to_merge` - (Optional) One or more `allowed_to_push`, `allowed_to_merge` blocks as defined below.
6262

0 commit comments

Comments
 (0)