Add github-actions bot to approved commit author list (#25927)

This commit is contained in:
steviez 2022-06-14 00:10:21 -05:00 committed by GitHub
parent 45d11f3d26
commit 86f12bc89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pull_request_rules:
- author≠@core-contributors
- author≠mergify[bot]
- author≠dependabot[bot]
- author≠github-actions[bot]
actions:
label:
add:
@ -18,6 +19,7 @@ pull_request_rules:
- author≠@core-contributors
- author≠mergify[bot]
- author≠dependabot[bot]
- author≠github-actions[bot]
# Only request reviews from the pr subscribers group if no one
# has reviewed the community PR yet. These checks only match
# reviewers with admin, write or maintain permission on the repository.