✅ Use actions/github-script@v7
This commit is contained in:
parent
1a42c38e0e
commit
dde878db04
2
.github/workflows/auto-label.yml
vendored
2
.github/workflows/auto-label.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Auto Label for [BUG]
|
- name: Auto Label for [BUG]
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
# Get all open issues in this repository
|
# Get all open issues in this repository
|
||||||
|
|
Loading…
Reference in a new issue