mirror of
https://github.com/jazzband/admin.git
synced 2026-05-18 04:01:11 +00:00
Update settings.yml
This commit is contained in:
parent
5e87b2098e
commit
9fa0efe600
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.
|
# Required. Require branches to be up to date before merging.
|
||||||
strict: true
|
strict: true
|
||||||
# Required. The list of status checks to require in order to merge into this branch
|
# Required. The list of status checks to require in order to merge into this branch
|
||||||
contexts: ["pullapprove"]
|
contexts: ["test"]
|
||||||
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
|
# 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
|
enforce_admins: null
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue