Skip to content

Commit

Permalink
add docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekaz committed Jan 12, 2024
1 parent 811cfcb commit 8d015db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/branch_protection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The following arguments are supported:
`restrict_pushes` supports the following arguments:

* `blocks_creations` - (Optional) Boolean, setting this to `false` allows people, teams, or apps to create new branches matching this rule. Defaults to `true`.
* `push_allowances` - (Optional) A list of actor Names/IDs that may push to the branch. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.
* `push_allowances` - (Optional) A list of actor Names/IDs that may push to the branch. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams. Organization administrators, repository administrators, and users with the Maintain role on the repository can always push when all other requirements have passed.

## Import

Expand Down

0 comments on commit 8d015db

Please sign in to comment.