anthropics / anthropics/claude-code-action
Feature Request: Gitea Support
Open
enhancement
feature-request
p3
- Dominant language
- TypeScript
- Stars
- 8.9k
- Forks
- 2.1k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Gitea's REST API is largely 1:1 compatible with GitHub's, and Gitea Actions already supports running GitHub Actions workflows.
The main blockers for Gitea compatibility seem to be:
- `@actions/github` / `@octokit/rest` are hardcoded to `api.github.com` which would need a configurable base URL
- Auth relies on GitHub Apps instead of token-based auth
- Minor differences in webhook payloads / API responses
Would the team be open to supporting Gitea?
Contributor guide
Assessment
This issue has not been assessed yet.