Conversation
Initial release: Commit Action v0.1.0
docs: improve documentation and project templates
chore: prepare v0.1.1 release with bug fix and documentation updates
Release v0.1.2
Release v0.1.2 - Build dist files
Release v0.1.3
## Summary - Added `ALLOW_EMPTY` environment variable support for creating signed empty commits when no file changes are detected - Remediated security vulnerabilities: `minimatch` ReDoS (CVE-2026-27903), `ajv`, `undici`, and `@actions/http-client` via npm overrides - Fixed v0.1.3 changelog link pointing to wrong tag ## Changes ### Features - `ALLOW_EMPTY=true` support in `commitViaAPI()` — reuses parent tree SHA to create empty commits - `ALLOW_EMPTY` flag in commit runner, preserving default no-op behavior when unset ### Security - Pinned `minimatch@3.1.4` and `minimatch@9.0.7` via npm overrides to fix ReDoS (GHSA-7r86-cg39-jmmj) - Updated `@actions/http-client@3.0.2` and `undici@6.23.0` overrides - Patched `ajv` transitive vulnerability in lockfile ### Tests - Unit tests for empty commit behavior in `commitViaAPI()` and commit-runner flow - Jest config updated to ignore `dist/` directory ### Docs - Updated README usage example to `v0.1.4` - Documented `ALLOW_EMPTY` environment variable - Updated CHANGELOG with release date (2026-03-11) ## Test plan - [x] `npm test` passes locally - [x] Confirm dist bundle is up to date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.