9cb14c1ec0/Gitea Claude Action
Run Claude in Gitea (or GitHub) Actions to respond to issues and pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 17, 2026
- License
- None
Pinned Snippet
uses: 9cb14c1ec0/gitea-claude-action@63a46e273a4fc7ff5183a45286ed90ff35c6fc32 # 0.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger_phrase | Phrase(s) that trigger Claude when found in a comment, issue, or PR. Comma/newline separated; matched case-insensitively. Defaults to '@claude' and '@ClaudeCode'. | no | "" |
| assignee_trigger | Username whose assignment to an issue triggers Claude. | no | "" |
| label_trigger | Label whose application to an issue triggers Claude. | no | "" |
| base_branch | Base branch for new branches (defaults to the repo default branch). | no | "" |
| branch_prefix | Prefix for branches Claude creates. | no | claude/ |
| model | Model to use (e.g. claude-opus-4-8). Defaults to the SDK default. | no | "" |
| fallback_model | Fallback model if the primary is overloaded. | no | "" |
| allowed_tools | Additional tools to allow (comma or newline separated). | no | "" |
| disallowed_tools | Tools to disallow (comma or newline separated). | no | "" |
| custom_instructions | Extra instructions appended to Claude's system prompt. | no | "" |
| max_turns | Maximum number of agent turns (blank = no limit). | no | "" |
| timeout_minutes | Timeout in minutes for the Claude run. | no | 30 |
| claude_git_name | git user.name for commits Claude makes. | no | Claude |
| claude_git_email | git user.email for commits Claude makes. | no | claude@anthropic.com |
| anthropic_api_key | Anthropic API key. | no | "" |
| claude_code_oauth_token | Claude Code OAuth token (alternative to anthropic_api_key). | no | "" |
| gitea_token | Gitea/GitHub token with repo + PR permissions (defaults to GITHUB_TOKEN). | no | "" |
Outputs
| name | description |
|---|---|
| triggered | Whether the trigger phrase/condition was matched ('true'/'false'). |
| conclusion | 'success' or 'failure' for the Claude run. |
| cost_usd | Total cost of the run in USD. |