feat: migrate CI to Forgejo Actions #1
Labels
No labels
area:backend
area:cf-integration
area:flutter-ui
priority:blocking-v1
priority:v1-polish
type:docs
type:epic
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: eva/focus-flow#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Focus Flow currently uses GitHub Actions (
.github/workflows/). CF mirrors anddevelops this repo on Forgejo. Forgejo Actions uses the same act-runner syntax as
GitHub Actions — in most cases the workflow files can be used as-is or with minor
path changes.
Work
.github/workflows/against Forgejo Actions compatibility.forgejo/workflows/equivalents.github/workflows/intact for upstream compatibilityWhy
CF's CI infrastructure runs on Forgejo. Having Actions green here means CF
contributors get feedback on PRs without depending on GitHub.