Extract Commit Action
Version updated for https://github.com/somaz94/commit-info-extractor to version v1.5.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Extract Commit Action is a versatile GitHub Action that automates the extraction of information from commit messages using customizable patterns or commands. It supports text, JSON, and CSV output formats and allows control over the number of commits analyzed to handle long-running operations efficiently. The action is designed to streamline development workflows by providing flexible extraction options and fail-safe mechanisms for handling empty results.
What’s Changed
Build
- bump actions/checkout from 6 to 7 by @dependabot[bot]
- bump actions/setup-python from 6 to 7 (#14) by @dependabot[bot] in #14
CI/CD
- add DCO check via shared reusable workflow by @somaz94
- add PR welcome workflow stub by @somaz94
- add ok-to-test workflow stub by @somaz94
- use reusable contributors workflow by @somaz94
- use reusable dependabot-auto-merge workflow by @somaz94
- use reusable issue-greeting workflow by @somaz94
- use reusable stale-issues workflow by @somaz94
- adopt semantic-pr, labels, lock-threads, PR size, and auto-assign reusables by @somaz94
- remove DCO workflow by @somaz94
Performance
- ship a prebuilt multi-arch image instead of building per run by @somaz94
Full Changelog: https://github.com/somaz94/commit-info-extractor/compare/v1.4.3...v1.5.0