chore: Implement the action in its own repo #1
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/claude.yml
Normal file
16
.forgejo/workflows/claude.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Claude PR Review
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
claude:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Claude
|
||||||
|
uses: https://git.kjan.de/actions/claude-pr-review@1878fa8a576e5052194a42678af6f23776c7b206
|
||||||
|
with:
|
||||||
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
|
GITEA_URL: ${{ secrets._GITEA_URL }}
|
||||||
|
GITEA_CLAUDE_TOKEN: ${{ secrets._GITEA_CLAUDE_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue