mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
revert: labeler action to v4, the old configuration isn't valid anymore (#10068)
This commit is contained in:
parent
c3b40bf423
commit
79e832f8e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue