Skip to content

Commit 1d6b32f

Browse files
committed
Sync auto-llm-issue-review.yml from .github repo
1 parent dc2351a commit 1d6b32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-llm-issue-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: [self-hosted, linux, x64, big]
3939
steps:
4040
- name: Run LLM issue review and comment
41-
uses: actions/github-script@v7
41+
uses: actions/github-script@v7.1.0
4242
env:
4343
ISSUE_NUMBER: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.issue_number || github.event.issue.number }}
4444
TRIGGER_LABEL: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.trigger_label || github.event.label.name }}

0 commit comments

Comments
 (0)