Skip to content

Commit

Permalink
[maintenance] Fix missing v in labeler action version (#248)
Browse files Browse the repository at this point in the history
# References and relevant issues
#247

The action is still failing:

https://github.com/napari/docs/actions/runs/6387008928/job/17334664506?pr=246

# Description
I missed the `v` in the version in the previous PR!
Derp!
  • Loading branch information
psobolewskiPhD authored Oct 3, 2023
1 parent 5179452 commit d5481e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit d5481e1

Please sign in to comment.