Skip to content

Commit

Permalink
ci: apply new branch protection via settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jun 5, 2023
1 parent b8b40fb commit 744718c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ repository:
allow_merge_commit: true
allow_rebase_merge: true

allow_update_branch: true
allow_auto_merge: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true

labels:
- name: bug
color: fc2929
Expand Down Expand Up @@ -74,6 +80,7 @@ labels:
branches:
- name: master
protection:
required_pull_request_reviews: null
required_status_checks:
strict: true
contexts:
Expand All @@ -84,6 +91,9 @@ branches:
apps:
- renovate
users: []
teams: []
teams:
- admins
- bots
- members

...

0 comments on commit 744718c

Please sign in to comment.