diff --git a/.github/settings.yml b/.github/settings.yml index 31ffb8b..92b8245 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -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: []