Skip to content

Implement CI service for Gitea/Forgejo#16

Merged
andrew merged 2 commits intomainfrom
implement-gitea-ci-service
Mar 10, 2026
Merged

Implement CI service for Gitea/Forgejo#16
andrew merged 2 commits intomainfrom
implement-gitea-ci-service

Conversation

@andrew
Copy link
Contributor

@andrew andrew commented Mar 10, 2026

Implement ListRuns, GetRun, and GetJobLog for Gitea/Forgejo using the SDK's ActionWorkflowRun APIs (requires Gitea 1.25.0+). TriggerRun, CancelRun, and RetryRun still return ErrNotSupported since the SDK doesn't wrap those endpoints yet.

Closes #11

andrew added 2 commits March 10, 2026 19:04
Implement ListRuns, GetRun, and GetJobLog using the Gitea SDK's
ActionWorkflowRun APIs (requires Gitea 1.25.0+). TriggerRun, CancelRun,
and RetryRun still return ErrNotSupported since the SDK lacks those
endpoints.
@andrew andrew merged commit 7e369aa into main Mar 10, 2026
4 checks passed
@andrew andrew deleted the implement-gitea-ci-service branch March 10, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement CI service for Gitea/Forgejo

1 participant