Skip to content

Commit 0d03183

Browse files
committed
auto-request-review should run only for master
Backport PRs are reviewed only by the branch maintainers.
1 parent e3960c5 commit 0d03183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto_request_review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Auto Request Review
22
on:
33
pull_request_target:
44
types: [opened, ready_for_review, reopened]
5+
branches: [master]
56

67
permissions:
78
contents: read

0 commit comments

Comments
 (0)