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