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 2e1bb63 commit 3289ca7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .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 @@ -78,13 +84,16 @@ branches:
required_status_checks:
strict: true
contexts:
- kustomize
- yamllint
- build
- linter
enforce_admins: false
restrictions:
apps:
- renovate
users: []
teams:
- admins
- bots
- members

...

0 comments on commit 3289ca7

Please sign in to comment.