mirror of
https://github.com/valitydev/.github.git
synced 2024-11-06 01:55:23 +00:00
Use empty arrays instead of null value
This commit is contained in:
parent
664bb45333
commit
3df561d699
5
.github/settings.yml
vendored
5
.github/settings.yml
vendored
@ -66,7 +66,10 @@ branches:
|
|||||||
# an empty dismissal_restrictions object to disable. User and team
|
# an empty dismissal_restrictions object to disable. User and team
|
||||||
# dismissal_restrictions are only available for organization-owned
|
# dismissal_restrictions are only available for organization-owned
|
||||||
# repositories. Omit this parameter for personal repositories.
|
# repositories. Omit this parameter for personal repositories.
|
||||||
dismissal_restrictions: null
|
dismissal_restrictions:
|
||||||
|
users: []
|
||||||
|
teams: []
|
||||||
|
apps: []
|
||||||
|
|
||||||
# Required. Require status checks to pass before merging. Set to null to
|
# Required. Require status checks to pass before merging. Set to null to
|
||||||
# disable
|
# disable
|
||||||
|
Loading…
Reference in New Issue
Block a user