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:
Jan K9f 2025-06-02 06:31:46 +00:00
commit aa07b17b3d
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

View 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 }}