Skip to content

Commit e7339d3

Browse files
feat: add Claude Code PR Review workflow (#56)
* feat: add Claude Code PR Review workflow * chore: remove documentation build workflow * fix: update Authlib version to 1.6.5 in requirements * chore: remove twine dependency from requirements
1 parent 265f913 commit e7339d3

File tree

3 files changed

+19
-61
lines changed

3 files changed

+19
-61
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/docs.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Direct dependencies
22
auth0-server-python==1.0.0b4
3-
Authlib==1.6.1
3+
Authlib==1.6.5
44
fastapi==0.116.1
55
itsdangerous==2.2.0
66
pydantic==2.11.7
@@ -13,5 +13,4 @@ pytest-asyncio==0.20.3
1313
pytest-cov==4.1.0
1414
pytest-mock==3.14.1
1515
ruff==0.12.7
16-
twine==6.1.0
1716
coverage==7.10.2

0 commit comments

Comments
 (0)