diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c01f1380a..e3076b5cd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,10 +1,11 @@ -name: "Pull Request Labeler" -on: [pull_request] +name: 'Pull Request Labeler' +on: + - pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v2.1.1 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + repo-token: '${{ secrets.GITHUB_TOKEN }}' \ No newline at end of file