Skip to content

Commit

Permalink
Update README to include bypass_pull_request_allowances branch protec…
Browse files Browse the repository at this point in the history
…tion object
  • Loading branch information
msummers42 committed Aug 25, 2022
1 parent b66bedc commit ca2ac30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ branches:
dismiss_stale_reviews: true
# Blocks merge until code owners have reviewed.
require_code_owner_reviews: true
# Allow specific users, teams, or apps to bypass pull request requirements.
bypass_pull_request_allowances:
users: []
teams: []
apps: []
# Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories.
dismissal_restrictions:
users: []
Expand Down

0 comments on commit ca2ac30

Please sign in to comment.