allow github actions bot as reviewer

main
Jörg Thalheim 2 years ago
parent d8d7c45f91
commit e7e028672d

@ -132,6 +132,6 @@ branches:
required_linear_history: false 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. # 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: restrictions:
apps: [ "bors" ] apps: [ "bors" "github-actions[bot]" ]
users: [] users: []
teams: [] teams: []

Loading…
Cancel
Save