From 32a2e0d360c78b08c9d738ae0c04526f83262aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 07:32:29 +0100 Subject: [PATCH] workflows: bump gsactions/commit-message-checker from 1 to 2 (#6246) Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 1 to 2. - [Release notes](https://github.com/gsactions/commit-message-checker/releases) - [Commits](https://github.com/gsactions/commit-message-checker/compare/v1...v2) --- updated-dependencies: - dependency-name: gsactions/commit-message-checker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: root --- .github/workflows/pr-commit-message.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-commit-message.yaml b/.github/workflows/pr-commit-message.yaml index daf97ba023d..596d9cdcb14 100644 --- a/.github/workflows/pr-commit-message.yaml +++ b/.github/workflows/pr-commit-message.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check commit subject complies with https://github.com/fluent/fluent-bit/blob/master/CONTRIBUTING.md#commit-changes - uses: gsactions/commit-message-checker@v1 + uses: gsactions/commit-message-checker@v2 with: pattern: '^[a-z0-9A-Z\-_\s\,\.\/]+\:[ ]{0,1}[a-zA-Z]+[a-zA-Z0-9 \-\.\:_\#\(\)=\/''\"\,><\+\[\]\!\*\\]+$' error: 'Invalid commit subject. Please refer to: https://github.com/fluent/fluent-bit/blob/master/CONTRIBUTING.md#commit-changes'