.github/settings.yml: fix mergify

This commit is contained in:
zowoq 2023-01-20 14:04:12 +10:00
parent ead0c44712
commit b581308f93

View file

@ -134,6 +134,6 @@ branches:
required_linear_history: false required_linear_history: false
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. # 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: restrictions:
apps: [ "bors" ] apps: [ "bors", "mergify" ]
users: [] users: []
teams: [] teams: []