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:
Pieter-Jan Briers
2025-06-27 20:23:12 +02:00
committed by GitHub
parent bb116e3219
commit 69674a1710

View File

@@ -2,7 +2,7 @@
on:
pull_request_target:
types: [review_requested]
types: [review_requested, opened]
jobs:
add_label: