{"id":22125615,"url":"https://github.com/dsoftwareinc/ghactions-manager","last_synced_at":"2025-07-25T16:32:39.953Z","repository":{"id":36998902,"uuid":"495431686","full_name":"dsoftwareinc/ghactions-manager","owner":"dsoftwareinc","description":"A plugin to manage GitHub actions from JetBrains IDEs (intellij, pycharm, etc.)","archived":false,"fork":false,"pushed_at":"2024-04-30T19:15:06.000Z","size":5122,"stargazers_count":53,"open_issues_count":7,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T11:23:20.522Z","etag":null,"topics":["github-actions","intellij-plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsoftwareinc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"cunla","polar":"cunla"}},"created_at":"2022-05-23T13:52:09.000Z","updated_at":"2024-05-05T15:25:33.073Z","dependencies_parsed_at":"2023-10-14T16:33:58.104Z","dependency_job_id":"89bca153-76c8-4aa4-bdc3-c1c9df3660f9","html_url":"https://github.com/dsoftwareinc/ghactions-manager","commit_stats":null,"previous_names":["dsoftwareinc/ghactions-manager"],"tags_count":56,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoftwareinc%2Fghactions-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoftwareinc%2Fghactions-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoftwareinc%2Fghactions-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsoftwareinc%2Fghactions-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsoftwareinc","download_url":"https://codeload.github.com/dsoftwareinc/ghactions-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227594224,"owners_count":17791095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","intellij-plugin"],"created_at":"2024-12-01T16:35:58.621Z","updated_at":"2025-07-25T16:32:39.933Z","avatar_url":"https://github.com/dsoftwareinc.png","language":null,"funding_links":["https://github.com/sponsors/cunla","https://polar.sh/cunla"],"categories":[],"sub_categories":[],"readme":"GitHub Actions Manager for JetBrains IDEs\n=========================================\n\n[![Version][version-badge]][marketplace]\n[![Downloads][download-badge]][marketplace]\n\nYou can view a demo of most of the features explained in this video: [YouTube][youtube-video]\n\n\u003c!-- Plugin description --\u003e\nThis plugin creates a tool-window on JetBrains products (IntelliJ, PyCharm, ...) where you can view GitHub Actions\nworkflow-runs of the repository. This plugin is a good alternative to alt-tabbing for every time you push some changes\nto the branch and want to see whether the repository's checks are passing on your changes.\n\nYou can support the development of the plugin and additional advanced features by\n[purchasing the plugin on the JetBrains marketplace][marketplace].\n\n# Features\n\n### Free Features (No license required)\n\n- View the latest workflow-runs and their statuses.\n    - Automatically refreshes every 30 seconds (configurable).\n    - Can filter by: workflow-type, user who initiated, branch and event.\n    - Can filter by the current-branch, i.e., update workflow-runs when branch changes, and current user.\n- View jobs of a workflow-run and their statuses.\n- View logs of a job, separated by each step result.\n- Configuring settings\n    - Use a customized token instead of GitHub settings\n    - Frequency of auto-refresh.\n    - Customize repositories that should be presented/hidden.\n\n### Paid Features (License required)\n\n- View and download the workflow-run's artifacts.\n- Open pull-request that triggered a workflow-run (in IDE/browser).\n- Approve deployments for workflow-runs that require approval.\n- Trigger a workflow-run for workflows that can be manually dispatched.\n    - Ability to provide inputs for workflow ([All GitHub supported input types supported][workflow-inputs]).\n- Rerun/Cancel a workflow-run or a specific job in a workflow-run.\n- Open the workflow file of the workflow-run.\n\n### Editing workflow files\n\n- Highlight outdated actions as warnings\n    - Quickfix: update them to the latest version.\n- Highlight unknown actions\n- Navigate to action repository for remote actions\n- Navigate to action file for local actions\n\n\u003c!-- Plugin description end --\u003e\n\n# Installation\n\nUsing IDE built-in plugin system:\n\n\u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e\n\u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e\n\u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e\n\u003ckbd\u003eSearch for \"GitHub Actions Manager\"\u003c/kbd\u003e \u003e\n\u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n# Screenshots\n\n### View workflow-runs/jobs/logs\n\n![](docs/screenshot-new-ui-light.png) ![](docs/screenshot-new-ui-dark.png)\n![](docs/screenshot-vertical.jpg)\n\n### Dispatch a workflow that has inputs\n\n![](docs/workflow-dispatch.jpg)\n\n### See outdated action in workflow files\n\n![](docs/outdated-action-version.jpg)\n\n### Quickfix to update the action version in workflow files\n\n![](docs/quickfix-action.jpg)\n\n### Approve deployment\n\n![](docs/approve-deployment.gif)\n\n[version-badge]:https://img.shields.io/jetbrains/plugin/v/com.dsoftware.ghtoolbar.svg\n\n[download-badge]:https://img.shields.io/jetbrains/plugin/d/com.dsoftware.ghtoolbar.svg\n\n[youtube-video]:https://youtu.be/nFrs8W2gSC8\n\n[gh-docs-workflow-inputs]:https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs\n\n[marketplace]: https://plugins.jetbrains.com/plugin/19347-github-actions-manager\n\n[workflow-inputs]:https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsoftwareinc%2Fghactions-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsoftwareinc%2Fghactions-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsoftwareinc%2Fghactions-manager/lists"}