Use empty arrays instead of null value

This commit is contained in:
Pavel Popov 2023-10-12 11:48:25 +00:00 committed by GitHub
parent 664bb45333
commit 3df561d699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,10 @@ branches:
# an empty dismissal_restrictions object to disable. User and team
# dismissal_restrictions are only available for organization-owned
# 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
# disable