From e7e028672d680baa67a626d569af348748689a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Feb 2023 11:41:23 +0100 Subject: [PATCH] allow github actions bot as reviewer --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 3363a5b..77cef72 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -132,6 +132,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" "github-actions[bot]" ] users: [] teams: []