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: []