Explorar o código

labeler: run when marked as "ready for review" (#15436)

Sebastiaan Speck hai 2 meses
pai
achega
8abaabc591
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      .github/workflows/labeler.yml

+ 5 - 1
.github/workflows/labeler.yml

@@ -1,5 +1,9 @@
 name: PR Labeler
-on: pull_request_target
+on: 
+  pull_request_target:
+  pull_request:
+    types:
+      - ready_for_review
 permissions:
   pull-requests: write
 jobs: