Official Junie GitHub Action
Version updated for https://github.com/JetBrains/junie-github-action to version v1.1.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 17 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Junie GitHub Action integrates JetBrains’ AI coding agent, Junie, into GitHub workflows to automate code changes, issue resolution, pull request (PR) management, and conflict resolution. It enhances development efficiency by handling tasks like code reviews, implementing fixes, resolving CI failures, and managing branches, all triggered through comments, labels, or custom prompts. Designed for flexibility and security, Junie provides streamlined collaboration, detailed feedback, and extensibility for custom integrations.
Release notes
What’s Changed
- [Junie]: Review PR Diff and Update Documentation Accuracy by @junie-github-actions[bot] in https://github.com/JetBrains/junie-github-action/pull/94
- Actions prompt fixes by @mdtux89 in https://github.com/JetBrains/junie-github-action/pull/93
- Use git diff instead of gh pr by @mdtux89 in https://github.com/JetBrains/junie-github-action/pull/92
- Add
shaparameter to file update method and conflict test by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/86 - Added Slack notifications by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/95
- Update COOKBOOK with merge conflict resolution guidelines by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/96
- Add failure summary to Slack notifications in workflow by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/100
- Improve logging in daily-release-tests workflow by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/101
- Remove merge conflict resolution section from docs and tests by @mashan555 in https://github.com/JetBrains/junie-github-action/pull/99
- add pr details to prompts by @mdtux89 in https://github.com/JetBrains/junie-github-action/pull/97
Full Changelog: https://github.com/JetBrains/junie-github-action/compare/v1...v1.1.0