File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,30 @@ name: Pierre-Review
2
2
3
3
on :
4
4
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' }}
6
14
7
15
jobs :
8
16
autocomment :
9
17
runs-on : ubuntu-latest
10
18
steps :
11
19
- name : Checkout code
12
20
uses : actions/checkout@v4
13
-
14
21
- 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
You can’t perform that action at this time.
0 commit comments