workflows/labeler.yml: Checkout Rizin before labeling (#5368)

This commit is contained in:
Khairul Azhar Kasmiran 2025-09-13 10:15:29 +08:00 committed by GitHub
parent dc5d50ce58
commit 5f73b70f51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"