ci: fix labels autogeneration github ci
This commit is contained in:
parent
15037ae25d
commit
b0578c4567
1 changed files with 1 additions and 1 deletions
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
owner-name: ${{ github.repository_owner }}
|
owner-name: ${{ github.repository_owner }}
|
||||||
repository-name: ${{ github.event.repository.name }}
|
repository-name: ${{ github.event.repository.name }}
|
||||||
force: true # optional to clear existing labels, default to true
|
# force: true # optional to clear existing labels, default to true
|
||||||
|
|
Loading…
Add table
Reference in a new issue