Disable restrictions property (#29)

This commit is contained in:
Pavel Popov 2022-03-02 18:49:03 +03:00 committed by GitHub
parent 7810758218
commit 2979c86b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,10 +99,7 @@ branches:
# Required. Restrict who can push to this branch. Team and user
# restrictions are only available for organization-owned repositories.
# Set to null to disable.
restrictions:
apps: []
users: []
teams: []
restrictions: null
# Permits force pushes to the protected branch by anyone with write access
# to the repository. Set to true to allow force pushes. Set to false or