From c0954ba0204777bb2b12a9f778ce45281d4c4478 Mon Sep 17 00:00:00 2001 From: jank Date: Mon, 2 Jun 2025 07:40:56 +0200 Subject: [PATCH] chore: Implement the action in its own repo --- .forgejo/workflows/claude.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .forgejo/workflows/claude.yml diff --git a/.forgejo/workflows/claude.yml b/.forgejo/workflows/claude.yml new file mode 100644 index 0000000..a3e6761 --- /dev/null +++ b/.forgejo/workflows/claude.yml @@ -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@main + with: + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + GITEA_URL: ${{ secrets._GITEA_URL }} + GITEA_CLAUDE_TOKEN: ${{ secrets._GITEA_CLAUDE_TOKEN }}