You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can view a demo of most of the features explained in this video: YouTube
This plugin creates a tool-window on JetBrains products (IntelliJ, PyCharm, ...) where you can view GitHub Actions
workflow-runs of the repository. This plugin is a good alternative to alt-tabbing for every time you push some changes
to the branch and want to see whether the repository's checks are passing on your changes.
See real-time and historical workflow runs, jobs, and logs directly in the IDE.
Logs are organized step-by-step for easier debugging.
Track live runs as they progress or review past runs at a glance.
Filter runs by branch, actor, event, or status—individually or in combination. Includes a current-branch filter
that updates automatically when you switch branches.
New runs appear automatically (refreshes every 30s by default; configurable).
Access all available workflow run details.-
Settings & Configuration
Use a custom token instead of GitHub’s default authentication.
Control auto-refresh frequency.
Choose which repositories to show or hide.
Assign a GitHub account per repository, and switch assignments anytime via plugin settings.-
Paid Features (License required)
View and download workflow run artifacts.
Open the pull request that triggered a run (in IDE or browser).
Approve workflow-run deployments that require approval.
Manually trigger workflow runs for dispatchable workflows, with full input
support (all GitHub input types).
Rerun or cancel a workflow run—or even just a specific job.
Open the workflow file associated with a run.
Generate GitHub links to specific file lines from the IDE.
Editing workflow files
Highlight outdated GitHub Actions as warnings, with quick-fix support to update to the latest version.
Flag unknown actions.
Navigate directly to an action’s repository (for remote actions).