2121 steps :
2222 - name : Get available labels
2323 id : get-labels
24- uses : actions/github-script@v7
24+ uses : actions/github-script@v8
2525 with :
2626 script : |
2727 const labels = await github.rest.issues.listLabelsForRepo({
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Apply labels
102102 if : steps.ai-triage.outputs.response != ''
103- uses : actions/github-script@v7
103+ uses : actions/github-script@v8
104104 env :
105105 AI_RESPONSE : ${{ steps.ai-triage.outputs.response }}
106106 with :
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : Find and dispatch triage for unlabeled issues
138- uses : actions/github-script@v7
138+ uses : actions/github-script@v8
139139 with :
140140 script : |
141141 // Get all open issues
@@ -204,7 +204,7 @@ jobs:
204204 steps :
205205 - name : Get available labels
206206 id : get-labels
207- uses : actions/github-script@v7
207+ uses : actions/github-script@v8
208208 with :
209209 script : |
210210 const labels = await github.rest.issues.listLabelsForRepo({
@@ -217,7 +217,7 @@ jobs:
217217
218218 - name : Get issue details
219219 id : get-issue
220- uses : actions/github-script@v7
220+ uses : actions/github-script@v8
221221 with :
222222 script : |
223223 const issue = await github.rest.issues.get({
@@ -298,7 +298,7 @@ jobs:
298298
299299 - name : Apply labels
300300 if : steps.ai-triage.outputs.response != ''
301- uses : actions/github-script@v7
301+ uses : actions/github-script@v8
302302 env :
303303 AI_RESPONSE : ${{ steps.ai-triage.outputs.response }}
304304 ISSUE_NUMBER : ${{ inputs.issue_number }}
0 commit comments