Git Graphable
Version updated for https://github.com/TheTrueSCU/git-graphable to version v0.7.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Git Graphable is a GitHub Action and Python tool designed to transform Git commit history into visually interactive flowcharts using multiple rendering engines, including Mermaid, D2, Graphviz, and HTML. It automates tasks such as visualizing commit patterns, analyzing repository hygiene (e.g., detecting direct pushes to protected branches or unfinished commits), and integrating with issue trackers for status synchronization. By providing actionable insights and dynamic reports, it enhances version control workflows and simplifies collaboration.
What’s Changed
What’s Changed
- Security: Mitigate command injection and token theft by @TheTrueSCU in https://github.com/TheTrueSCU/git-graphable/pull/38
- Feature: Actionable Hygiene Intelligence by @TheTrueSCU in https://github.com/TheTrueSCU/git-graphable/pull/39
- Fix: Final Hygiene Polish by @TheTrueSCU in https://github.com/TheTrueSCU/git-graphable/pull/40
- Release v0.7.0 by @TheTrueSCU in https://github.com/TheTrueSCU/git-graphable/pull/41
Full Changelog: https://github.com/TheTrueSCU/git-graphable/compare/v0.6.0...v0.7.0