claude-pr-review/README.md
jank c298cc9c98
All checks were successful
Release / Release (push) Successful in 49s
fix: Whoops
2025-06-02 08:52:11 +02:00

1.1 KiB

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: ""