From a4daf2b319722bf056b0809dfae4d97feb4ebe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 03:59:37 +0200 Subject: [PATCH 1/3] chore(deps): bump commit-check from 2.1.0 to 2.1.1 (#158) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2156f7d..64a0196 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==2.1.0 +commit-check==2.1.1 # Interact with the GitHub API. PyGithub==2.8.1 From 5185641addf183421c036d74e279a465b1ba70fb Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Thu, 6 Nov 2025 00:07:58 +0200 Subject: [PATCH 2/3] feat: remove requiring `ref` in action/checkout (#162) --- .github/workflows/commit-check.yml | 1 - README.md | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index 01ee50a..7971a30 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -14,7 +14,6 @@ jobs: steps: - uses: actions/checkout@v5 with: - ref: ${{ github.event.pull_request.head.ref }} # Checkout PR branch fetch-depth: 0 # Required for merge-base checks - uses: ./ # self test env: diff --git a/README.md b/README.md index 437e584..530b4c9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ jobs: steps: - uses: actions/checkout@v5 with: - ref: ${{ github.event.pull_request.head.ref }} # Checkout PR branch fetch-depth: 0 # Required for merge-base checks - uses: commit-check/commit-check-action@v2 env: From a0193b1ca486178b85d7a1db145af34cd227f81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:09:40 +0200 Subject: [PATCH 3/3] chore(deps): bump commit-check from 2.1.1 to 2.1.2 (#161) Bumps [commit-check](https://github.com/commit-check/commit-check) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Changelog](https://github.com/commit-check/commit-check/blob/main/docs/changelog.rst) - [Commits](https://github.com/commit-check/commit-check/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: commit-check dependency-version: 2.1.2 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 64a0196..830b52a 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==2.1.1 +commit-check==2.1.2 # Interact with the GitHub API. PyGithub==2.8.1