Skip to content

Commit 7f4a1e9

Browse files
authoredOct 20, 2022
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](GsActions/commit-message-checker@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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1969007 commit 7f4a1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr-commit-message.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check commit subject complies with https://github.com/fluent/fluent-bit/blob/master/CONTRIBUTING.md#commit-changes
15-
uses: gsactions/commit-message-checker@v1
15+
uses: gsactions/commit-message-checker@v2
1616
with:
1717
pattern: '^[a-z0-9A-Z\-_\s\,\.\/]+\:[ ]{0,1}[a-zA-Z]+[a-zA-Z0-9 \-\.\:_\#\(\)=\/''\"\,><\+\[\]\!\*\\]+$'
1818
error: 'Invalid commit subject. Please refer to: https://github.com/fluent/fluent-bit/blob/master/CONTRIBUTING.md#commit-changes'

0 commit comments

Comments
 (0)