]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make Review Requested label get applied to all opened PRs (#38625)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Fri, 27 Jun 2025 18:23:12 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 18:23:12 +0000 (20:23 +0200)
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.

.github/workflows/labeler-needsreview.yml

index 819b34b7bbd38192083779cb714f80dcc1b38828..d3373ce91d3ef8e5df1a63cbb587192a686ab220 100644 (file)
@@ -2,7 +2,7 @@
 
 on:
   pull_request_target:
-    types: [review_requested]
+    types: [review_requested, opened]
 
 jobs:
   add_label: