No description
Find a file
2025-06-03 06:01:40 +00:00
.forgejo/workflows chore(deps): update https://git.kjan.de/actions/claude-pr-review digest to 23487ee 2025-06-03 05:46:42 +00:00
action.yml fix: Continue if the claude action fails 2025-06-03 07:41:01 +02:00
README.md fix: Whoops 2025-06-02 08:52:11 +02:00
release.config.cjs fix: dont release on chore 2025-06-02 09:07:07 +02:00
renovate.json chore(deps): add renovate.json 2025-06-02 06:01:49 +00:00

Claude PR Review

Description

Reviews a PR using Claude

Inputs

name description required default
ANTHROPIC_API_KEY

The API key for the anthropic API

true ""
GITEA_URL

The URL of the Gitea instance

true ""
GITEA_CLAUDE_TOKEN

The token of the claude account for the Gitea instance

true ""

Runs

This action is a composite action.

Usage

- uses: https://git.kjan.de/actions/claude-pr-review@v1
  with:
    ANTHROPIC_API_KEY:
    # The API key for the anthropic API
    #
    # Required: true
    # Default: ""

    GITEA_URL:
    # The URL of the Gitea instance
    #
    # Required: true
    # Default: ""

    GITEA_CLAUDE_TOKEN:
    # The token of the claude account for the Gitea instance
    #
    # Required: true
    # Default: ""