Skip to content

Commit 5815aa9

Browse files
committed
Sync auto-llm-pr-review.yml from .github repo
1 parent be3b992 commit 5815aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
}}
7878
steps:
7979
- name: Run LLM review and comment
80-
uses: actions/github-script@v7
80+
uses: actions/github-script@v7.1.0
8181
env:
8282
PR_NUMBER: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.pr_number || github.event.pull_request.number }}
8383
REVIEW_LABEL: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.review_label || vars.LLM_REVIEW_LABEL || 'ai-review' }}

0 commit comments

Comments
 (0)