From: Jo Zzsi Date: Mon, 4 Nov 2024 02:04:06 +0000 (-0500) Subject: ci: fix labeler permission X-Git-Tag: 106~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05664aef59b30dfde366e0fe5807cffd38be2af2;p=thirdparty%2Fdracut-ng.git ci: fix labeler permission --- diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 03704cc82..6b157ceab 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -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: