chore: fix action (#14874)
This commit is contained in:
parent
201248e436
commit
e167643d6e
11
.github/workflows/issue_labeler.yml
vendored
11
.github/workflows/issue_labeler.yml
vendored
@ -7,8 +7,9 @@ jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/issue-labeler@v2.6
|
||||
if: join(github.event.issue.labels) == ''
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/issue_labeler.yml
|
||||
- uses: github/issue-labeler@v2.6
|
||||
if: join(github.event.issue.labels) == ''
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/issue_labeler.yml
|
||||
enable-versioned-regex: 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user