Skip to content

Commit

Permalink
revert: labeler action to v4, the old configuration isn't valid anymo…
Browse files Browse the repository at this point in the history
…re (#10068)
  • Loading branch information
ematipico committed Feb 9, 2024
1 parent c3b40bf commit 79e832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'withastro'
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true

0 comments on commit 79e832f

Please sign in to comment.