Attempt another fix with version downgrade
This commit is contained in:
parent
a10fd12e59
commit
0009e06ec8
|
@ -7,7 +7,8 @@ jobs:
|
||||||
add_label:
|
add_label:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: github/issue-labeler@v2.1
|
- name: Apply Label
|
||||||
|
uses: github/issue-labeler@v2.0
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
configuration-path: .github/labeler.yml
|
configuration-path: .github/labeler.yml
|
||||||
|
|
Loading…
Reference in New Issue