Make Review Requested label get applied to all opened PRs (#38625)
It previously only applied automatically to PRs that have reviews requested, which happens if the PR touches files owned by code owners. Now it applies to *all* opened PRs.
This commit is contained in:
committed by
GitHub
parent
bb116e3219
commit
69674a1710
2
.github/workflows/labeler-needsreview.yml
vendored
2
.github/workflows/labeler-needsreview.yml
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [review_requested]
|
||||
types: [review_requested, opened]
|
||||
|
||||
jobs:
|
||||
add_label:
|
||||
|
||||
Reference in New Issue
Block a user