A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)

dsoftwareinc dsoftwareinc Last update: May 05, 2024

GitHub Actions Manager for JetBrains IDEs

This repository exists to report issues and communicate with the users of the plugin. The source code of the plugin is in a private repository. If you would like access to the source code, contact @cunla.

Version Downloads Sponsor

This plugin creates a tool-window on JetBrains products (IntelliJ, PyCharm, ...) where you can view GitHub 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.

GitHub Actions Tool Window Features

  • View the latest workflow runs of the repository.
  • Filter the workflow runs by the current branch.
  • Filter the workflow runs by status, user who triggered the workflow, and the workflow name.
  • Trigger a workflow from the tool window.
  • Rerun a workflow run.
  • Open the workflow file in the project.

Editing GitHub Workflow files Features

  • Highlight outdated actions.
  • Update to latest major version of the action.

Screenshots

Horizontal Vertical

Sponsor

GitHub Actions Manager for JetBrains IDEs is developed for free.

Support this project by becoming a sponsor using GitHub sponsors.

Alternatively, register to @cunla's feed on polar.sh:

Subscribe on Polar

Installation

Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "GitHub Actions Manager" > Install Plugin

Subscribe to our newsletter