diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 40f2d33766..374f4d8e0d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Label PR based on policy in labeler.yml - uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327 + uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 if: github.event_name == 'pull_request_target' && github.event.action != 'closed' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" |