Skip to content

Actions

The Actions tab is a singleton tab for monitoring GitHub Actions workflow runs.

Workflow Runs

The run list shows each workflow run with:

  • Status icon — in progress, completed, queued
  • Workflow name and run number
  • Branch badge
  • Event type (push, pull_request, schedule, workflow_dispatch)
  • Commit SHA (short hash)
  • Actor (who triggered the run)
  • Duration
  • Relative timestamp

Filtering

Multiple filter controls let you narrow the list:

FilterOptions
StatusAll, Completed, In Progress, Queued
ConclusionAll, Success, Failure, Cancelled, Skipped
EventAll, Push, Pull Request, Schedule, Manual
BranchText input to filter by branch name
ActorText input to filter by user

Job Details

Click a workflow run to expand the job panel on the right side, showing individual jobs with their status icons and links to open on GitHub.

Pagination

Runs load 30 at a time with a Load more button for additional results.

Keyboard Shortcuts

ShortcutAction
Arrow Up/Down or K/JNavigate runs
EnterOpen on GitHub

Auto-Refresh

The Actions tab refreshes automatically via GitHub polling to keep run statuses current.