]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: fix labeler permission
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 4 Nov 2024 02:04:06 +0000 (21:04 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Mon, 4 Nov 2024 02:12:14 +0000 (21:12 -0500)
.github/workflows/labels.yml

index 03704cc82da57b7adad9b540da2def4886ef884f..6b157ceab1314c1a13e62608187763e705d61d23 100644 (file)
@@ -1,8 +1,9 @@
 name: "Labeler"
 
+# runs on pull_request_target instead of pull_request
+# see https://github.com/actions/labeler?tab=readme-ov-file#permissions
 on:
-    pull_request:
-        branches: [ main ]
+    pull_request_target:
 
 jobs:
     triage: