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.
You can support the development of the plugin and additional advanced features by purchasing the plugin on the JetBrains marketplace.
- View the latest workflow-runs and their statuses.
- Automatically refreshes every 30 seconds (configurable).
- Can filter by: workflow-type, user who initiated, branch and event.
- Can filter by the current-branch, i.e., update workflow-runs when branch changes, and current user.
- View jobs of a workflow-run and their statuses.
- View logs of a job, separated by each step result.
- Configuring settings
- Use a customized token instead of GitHub settings
- Frequency of auto-refresh.
- Customize repositories that should be presented/hidden.
- View and download the workflow-run's artifacts.
- Open pull-request that triggered a workflow-run (in IDE/browser).
- Approve deployments for workflow-runs that require approval.
- Trigger a workflow-run for workflows that can be manually dispatched.
- open a window to enter inputs ([All GitHub supported input types supported][7]).
- Rerun/Cancel a workflow-run or a specific job in a workflow-run.
- Open the workflow file of the workflow-run.
- Highlight outdated actions as warnings
- Quickfix: update them to the latest version.
- Highlight unknown actions
- Navigate to action repository for remote actions
- Navigate to action file for local actions
Horizontal | Vertical |
---|---|
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "GitHub Actions Manager" > Install Plugin