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
if: github.event.action == 'opened'
steps:
- uses: ericcornelissen/labeler@label-based-on-status
- uses: simple-icons/labeler@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}