auto-request-review should run only for master
Backport PRs are reviewed only by the branch maintainers.
This commit is contained in:
parent
e3960c5aa2
commit
0d03183748
1
.github/workflows/auto_request_review.yml
vendored
1
.github/workflows/auto_request_review.yml
vendored
@ -2,6 +2,7 @@ name: Auto Request Review
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, ready_for_review, reopened]
|
||||
branches: [master]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user