From 5581f9b6bc86fdf16a67bac10e2f654ad1796218 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Fri, 21 Jul 2023 08:50:35 -0500 Subject: [PATCH] fix PR file error --- .github/workflows/prlabeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prlabeler.yml b/.github/workflows/prlabeler.yml index 59b672a06eb..34e16c9ef4c 100644 --- a/.github/workflows/prlabeler.yml +++ b/.github/workflows/prlabeler.yml @@ -5,7 +5,9 @@ name: "PR Labeler" on: -- pull_request_target + pull_request: + + jobs: label: permissions: @@ -16,5 +18,6 @@ jobs: steps: - uses: actions/labeler@v4 with: + repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: ".github/labeler.yml" sync-labels: false \ No newline at end of file