A plugin for Intellij IDEA to display statuses of GitHub Actions 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.
Jetbrains Repository Plugin page
- Imagine having some GitHub Workflows to set up to run on pull requests that must pass before you can merge the pull request. With this plugin you can see the status and the build log of the workflow
- You did a push into some branch and you want to see how your GitHub Actions that were triggered by that push are doing. You can monitor the status of the actions via this plugin.
- Adds a new tab - Workflows - to the Version control tool window that shows the workflow runs (see https://developer.github.com/v3/actions/) of the GitHub repository.
Tofik Mamishov | Andrey Artyukhov |