Skip to content

Commit

Permalink
workflows: bump gsactions/commit-message-checker from 1 to 2 (fluent#…
Browse files Browse the repository at this point in the history
…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>
Signed-off-by: root <root@sumit-acs.novalocal>
  • Loading branch information
dependabot[bot] authored and root committed Feb 8, 2023
1 parent bf7117d commit 32a2e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-commit-message.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 32a2e0d

Please sign in to comment.