From cbf3e19c467b2d7d91c78574fd36ff9919871556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:57:46 +0000 Subject: [PATCH] chore(deps): bump wagoid/commitlint-github-action from 6.0.1 to 6.1.1 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 6.0.1 to 6.1.1. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/7f0a61df502599e1f1f50880aaa7ec1e2c0592f2...a2bc521d745b1ba127ee2f8b02d6afaa4eed035c) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 22e72a280a..bcdd879185 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 + - uses: wagoid/commitlint-github-action@a2bc521d745b1ba127ee2f8b02d6afaa4eed035c checks: if: "!startsWith(github.event.head_commit.message, 'chore(release):')"