Overview
Commander integrates with GitHub Actions, letting you monitor and manage CI/CD workflows directly from the app. Requires a connected GitHub account.Viewing Workflows
See all GitHub Actions workflows configured for your repository:- Workflow name, file path, and current state
- Badge URL for quick status reference
Workflow Runs
Monitor recent workflow runs with:- Status — Queued, in progress, or completed
- Conclusion — Success, failure, cancelled, etc.
- Branch — Which branch triggered the run
- Event — Push, pull request, manual dispatch, etc.
- Actor — Who triggered the run
Job Details
Drill into individual jobs within a workflow run:- Job name and status
- Start and completion times
- Direct link to GitHub for full logs
Dispatching Workflows
Trigger workflows manually from Commander:- Select a workflow
- Choose the branch (ref) to run against
- Optionally provide custom inputs (if the workflow accepts
workflow_dispatchinputs) - Click dispatch
Cancelling Runs
Cancel a running workflow directly from Commander without opening GitHub.Pinning Workflows
Pin frequently-used workflows for quick access:- Configure pinned workflows in Settings → Repository → GitHub Actions
- Pinned workflows appear prominently in the workspace view