From ed8f87909644505eb93f61c4f5429d2272e9ff9d Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:18:02 +0530 Subject: [PATCH] chore(ci): change to pull_request_target --- .github/workflows/labeler.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 74b2b0169..a0d95b854 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,15 +1,14 @@ name: 'Pull Request Labeler' on: - pull_request: + pull_request_target: types: [opened, labeled, unlabeled] -permissions: - contents: read - pull-requests: write - jobs: triage: + permissions: + contents: read + pull-requests: write runs-on: ubuntu-latest steps: - name: Checkout repository