Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.7.3.
- This action is used across all versions by 18 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Go Git Commit Action” is a GitHub Action designed to automate common Git operations, including committing, pushing changes, managing tags, and creating pull requests. Built with Go for enhanced performance and reliability, it simplifies workflows by handling tasks like authentication, file pattern matching, and branch management. This action is ideal for streamlining version control processes and reducing manual intervention in Git-based automation pipelines.
Release notes
Bug Fixes
- return parsed JSON body on HTTP 4xx for API error handling by @somaz94
CI/CD
- exclude bot and test-only users from contributors list by @somaz94
Full Changelog: https://github.com/somaz94/go-git-commit-action/compare/v1.7.2...v1.7.3