workflows/labeler.yml: Checkout Rizin before labeling (#5368)
This commit is contained in:
parent
dc5d50ce58
commit
5f73b70f51
1 changed files with 1 additions and 0 deletions
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue