Update label workflow
This commit is contained in:
parent
dd93d47426
commit
4440b1167e
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -20,6 +20,6 @@ jobs:
|
||||||
# https://github.com/crazy-max/ghaction-github-labeler
|
# https://github.com/crazy-max/ghaction-github-labeler
|
||||||
name: Run Labeler
|
name: Run Labeler
|
||||||
if: success()
|
if: success()
|
||||||
uses: crazy-max/ghaction-github-labeler@v1
|
uses: crazy-max/ghaction-github-labeler@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user