diff options
Diffstat (limited to '')
-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 374f4d8e0d..a6d60ac8c1 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@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 + uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 if: github.event_name == 'pull_request_target' && github.event.action != 'closed' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" |