Skip to content

Commit

Permalink
.github/workflows/labeler.yml: Fix version after breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Dec 4, 2023
1 parent 182700f commit 18aa670
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,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'merge_group'
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 18aa670

Please sign in to comment.