Skip to content

Commit c8bc483

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#2005)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 330e12a commit c8bc483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-label-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check user account age to prevent spam
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
script: |
2424
// Anti-spam: Only process issues from users with accounts older than 7 days
@@ -51,7 +51,7 @@ jobs:
5151
- name: Analyze issue and suggest labels
5252
if: steps.spam_check.outputs.skip != 'true'
5353
id: analyze
54-
uses: actions/github-script@v7
54+
uses: actions/github-script@v8
5555
env:
5656
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
5757
with:

0 commit comments

Comments
 (0)