Skip to content

Commit

Permalink
closes #778: fix branch_protection documentation (#780)
Browse files Browse the repository at this point in the history
* closes #778: fix branch_protection documentation

* Update branch_protection.md

* Update branch_protection.md

Co-authored-by: Adam Snyder <armsnyder@gmail.com>
  • Loading branch information
lc-nyovchev and armsnyder committed Jan 19, 2022
1 parent dd0da2b commit e57bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/branch_protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ The following arguments are supported:

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

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

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

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

Expand Down

0 comments on commit e57bf1d

Please sign in to comment.