diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 608cd83339..1c2e23dde5 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: joshdales/labeler@7b1327b4c44a8794dfc7573d60637cd60ce4b697 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler + - uses: joshdales/labeler@9cfddd0144169fd6d2d8012e76a79faf1b497380 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"