Skip to content

Commit e629c3f

Browse files
zicdamastapipedrive-devops-automation-bot
authored andcommitted
Update workflow file via automated process
Updated .github/workflows/ai-pr-review.yml with content from gha-setup:cicd/workflows/ai-pr-review.yml
1 parent 4fb9c92 commit e629c3f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ai-pr-review.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: AI PR Review
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request_review_comment:
7+
types: [created]
8+
pull_request_review:
9+
types: [submitted]
10+
11+
jobs:
12+
ai-review:
13+
if: startsWith(github.event.comment.body, '/review') || startsWith(github.event.review.body, '/review')
14+
uses: pipedrive/gha-setup/.github/workflows/reusable_ai-pr-review.yaml@master
15+
with:
16+
trigger_phrase: ${{ github.event.comment.body || github.event.review.body }}
17+
secrets: inherit

0 commit comments

Comments
 (0)