We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3b992 commit 5815aa9Copy full SHA for 5815aa9
.github/workflows/auto-llm-pr-review.yml
@@ -77,7 +77,7 @@ jobs:
77
}}
78
steps:
79
- name: Run LLM review and comment
80
- uses: actions/github-script@v7
+ uses: actions/github-script@v7.1.0
81
env:
82
PR_NUMBER: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.pr_number || github.event.pull_request.number }}
83
REVIEW_LABEL: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.review_label || vars.LLM_REVIEW_LABEL || 'ai-review' }}
0 commit comments