We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330e12a commit c8bc483Copy full SHA for c8bc483
.github/workflows/auto-label-issues.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Check user account age to prevent spam
21
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
22
with:
23
script: |
24
// Anti-spam: Only process issues from users with accounts older than 7 days
@@ -51,7 +51,7 @@ jobs:
51
- name: Analyze issue and suggest labels
52
if: steps.spam_check.outputs.skip != 'true'
53
id: analyze
54
55
env:
56
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
57
0 commit comments