From 94db191875a67fd302edb65bf4716bc0a00013d4 Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:10:49 +0100 Subject: [PATCH] :wrench: changing labeler workflow --- .github/workflows/label_maker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label_maker.yaml b/.github/workflows/label_maker.yaml index baa659e..664d30c 100644 --- a/.github/workflows/label_maker.yaml +++ b/.github/workflows/label_maker.yaml @@ -2,7 +2,7 @@ name: "Labeler" on: workflow_dispatch: - pull_request: + pull_request_target: branches: ["main"] permissions: @@ -17,4 +17,4 @@ jobs: - name: Labeler uses: actions/labeler@v5 with: - configuration-path: .github/labeler.yaml \ No newline at end of file + configuration-path: .github/labeler.yaml