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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: is-sponsor-label
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
name: labeler
|
||||
steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v2
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: ${{ github.token }}
|
||||
# - name: Synchronize labels
|
||||
# uses: julb/action-manage-label@v1
|
||||
# with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue