mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 10:05:19 -05:00
Compare commits
6 Commits
e9c2a8fdbb
...
9e672e0ed1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e672e0ed1 | ||
|
|
76ffdd7a20 | ||
|
|
2fb975caba | ||
|
|
c78299bc69 | ||
|
|
e140f66c39 | ||
|
|
f4b806da68 |
2
.github/workflows/review.yml
vendored
2
.github/workflows/review.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run Claude Review
|
- name: Run Claude Review
|
||||||
uses: pacnpal/claude-code-review@v1.0.7
|
uses: pacnpal/claude-code-review@main
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic-key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Django and REST framework
|
# Django and REST framework
|
||||||
Django==5.1.6
|
Django==5.1.6
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
django-cors-headers==4.6.0
|
django-cors-headers==4.7.0
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
django-allauth==65.4.0
|
django-allauth==65.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user