.github/settings.yml: fix mergify
This commit is contained in:
parent
ead0c44712
commit
b581308f93
1 changed files with 1 additions and 1 deletions
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
|
@ -134,6 +134,6 @@ branches:
|
|||
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.
|
||||
restrictions:
|
||||
apps: [ "bors" ]
|
||||
apps: [ "bors", "mergify" ]
|
||||
users: []
|
||||
teams: []
|
||||
|
|
Loading…
Add table
Reference in a new issue