Merge pull request 'chore: Implement the action in its own repo' (#1) from add-action into main
Reviewed-on: #1
This commit is contained in:
commit
aa07b17b3d
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