mirror of
https://github.com/jazzband/admin.git
synced 2026-03-16 22:20:23 +00:00
Update settings.yml
This commit is contained in:
parent
9fa0efe600
commit
9886e4bfa8
1 changed files with 1 additions and 1 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
|
@ -17,6 +17,6 @@ branches:
|
|||
# Required. Require branches to be up to date before merging.
|
||||
strict: true
|
||||
# Required. The list of status checks to require in order to merge into this branch
|
||||
contexts: ["test"]
|
||||
contexts: ["test", "pullapprove"]
|
||||
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
|
||||
enforce_admins: null
|
||||
|
|
|
|||
Loading…
Reference in a new issue