Use forked labeler action in CI (#10594)

This commit is contained in:
Álvaro Mondéjar 2024-03-08 19:50:35 +01:00 committed by GitHub
parent 716dc59f0e
commit 31e7bed99c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.event.action == 'opened' if: github.event.action == 'opened'
steps: steps:
- uses: ericcornelissen/labeler@label-based-on-status - uses: simple-icons/labeler@master
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}