Skip to content

Commit bb101a7

Browse files
committed
feat: cagent review bot
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 1158ce5 commit bb101a7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/pr-review.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: PR Review
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_review_comment:
6+
types: [created]
7+
pull_request_target:
8+
types: [ready_for_review, opened]
9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
issues: write
13+
jobs:
14+
review:
15+
uses: docker/cagent-action/.github/workflows/review-pr.yml@latest
16+
secrets: inherit

0 commit comments

Comments
 (0)