From b581308f934daebc03177b53dc48857f11d57d7f Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:04:12 +1000 Subject: [PATCH] .github/settings.yml: fix mergify --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []