Fix labeler workflow
This commit is contained in:
parent
69beabe287
commit
2466f835bc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
|
@ -7,13 +7,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: is-sponsor-label
|
name: labeler
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout
|
# - name: Checkout
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
- uses: actions/labeler@main
|
- uses: actions/labeler@main
|
||||||
|
with:
|
||||||
|
repo-token: ${{ github.token }}
|
||||||
# - name: Synchronize labels
|
# - name: Synchronize labels
|
||||||
# uses: julb/action-manage-label@v1
|
# uses: julb/action-manage-label@v1
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue