We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6eb57 commit 92209b5Copy full SHA for 92209b5
.github/workflows/ai-pr-reviewer.yml
@@ -12,9 +12,7 @@ on:
12
13
concurrency:
14
group:
15
- ${{ github.repository }}-${{ github.event.number || github.head_ref ||
16
- github.sha }}-${{ github.workflow }}-${{ github.event_name ==
17
- 'pull_request_review_comment' && 'pr_comment' || 'pr' }}
+ ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}-${{ github.event_name == 'pull_request_review_comment' && 'pr_comment' || 'pr' }}
18
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
19
20
jobs:
@@ -28,4 +26,6 @@ jobs:
28
26
with:
29
27
debug: false
30
review_simple_changes: false
31
- review_comment_lgtm: false
+ review_comment_lgtm: false
+ run: |
+ echo "KEY: ${OPENAI_API_KEY}"
0 commit comments