Skip to content

Commit 4190341

Browse files
feat: add Claude Code PR Review workflow and update SCA workflow branch filter (#49)
1 parent bb5355c commit 4190341

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Claude Code 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+
claude-review:
13+
permissions:
14+
contents: write
15+
issues: write
16+
pull-requests: write
17+
id-token: write
18+
uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: SCA
22

33
on:
44
push:
5-
branches: ["master", "main", "**"]
5+
branches: ["master", "main"]
66

77
jobs:
88
snyk-cli:

0 commit comments

Comments
 (0)