Skip to content

Commit c558eb3

Browse files
committed
Update
1 parent cc5a4c8 commit c558eb3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/workflows/pr-review.yml

+19-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@ name: Pierre-Review
22

33
on:
44
pull_request:
5-
types: [opened, synchronize]
5+
pull_request_review_comment:
6+
types: [created]
7+
8+
concurrency:
9+
group:
10+
${{ github.repository }}-${{ github.event.number || github.head_ref ||
11+
github.sha }}-${{ github.workflow }}-${{ github.event_name ==
12+
'pull_request_review_comment' && 'pr_comment' || 'pr' }}
13+
cancel-in-progress: ${{ github.event_name != 'pull_request_review_comment' }}
614

715
jobs:
816
autocomment:
917
runs-on: ubuntu-latest
1018
steps:
1119
- name: Checkout code
1220
uses: actions/checkout@v4
13-
1421
- name: Run Pierre-Review
15-
uses: aummo/pierre-review@main
22+
uses: aummo/pierre-review@main
23+
- name: PR Review & Summary Bot with AI and Chat Features Experimental
24+
uses: primathontech/[email protected]
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
28+
with:
29+
debug: false
30+
review_simple_changes: false
31+
review_comment_lgtm: false

0 commit comments

Comments
 (0)