From 905a06612e217827396076e579317ff64d863901 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 14 Jul 2025 23:44:32 +0300 Subject: [PATCH 1/2] chore: change imperative default to false (#123) --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9dd2de..848bbf0 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ jobs: ### `imperative` - **Description**: check commit message is imperative mood. -- Default: `true` +- Default: `false` ### `dry-run` diff --git a/action.yml b/action.yml index 5f164b1..cd82940 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: imperative: description: check commit message is in imperative mood required: false - default: true + default: false dry-run: description: run checks without failing required: false From 38641d6ac4173719bca74d302f60b429ea89015c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:44:49 +0300 Subject: [PATCH 2/2] chore(deps): bump commit-check from 0.10.0 to 0.10.1 (#122) Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Commits](https://github.com/commit-check/commit-check/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: commit-check dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f435380..e5d3b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Install commit-check CLI # For details please see: https://github.com/commit-check/commit-check -commit-check==0.10.0 +commit-check==0.10.1 # Interact with the GitHub API. PyGithub==2.6.1