fj workflow: add Actions API verbs (list/run/view) #16

Open
opened 2026-05-17 08:42:14 +02:00 by heiko · 1 comment
Owner

Follow-up to the fj workflow init feature.

The workflow namespace is intentionally shared with future Forgejo Actions API verbs. Add:

  • fj workflow list — list workflows (and/or runs) for the current repo
  • fj workflow run <name> — dispatch a workflow run (workflow_dispatch)
  • fj workflow view <run-id> — show details of a run / logs

Disambiguation from fj workflow init is by verb. init is the local-scaffolding verb; the verbs above touch the Actions API on the current repo's Forgejo host.

Follow-up to the `fj workflow init` feature. The `workflow` namespace is intentionally shared with future Forgejo Actions API verbs. Add: - `fj workflow list` — list workflows (and/or runs) for the current repo - `fj workflow run <name>` — dispatch a workflow run (workflow_dispatch) - `fj workflow view <run-id>` — show details of a run / logs Disambiguation from `fj workflow init` is by verb. `init` is the local-scaffolding verb; the verbs above touch the Actions API on the current repo's Forgejo host.
Author
Owner

AI attribution comment added per repository instruction for this open issue.\n\n(co)authored by ai:gpt-5-codex

AI attribution comment added per repository instruction for this open issue.\n\n(co)authored by ai:gpt-5-codex
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
heiko/fj#16
No description provided.