mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore(deps): bump gsactions/commit-message-checker from 1.0.0 to 1.0.1
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases)
- [Commits](08f89134bc...b88ee88552)
---
updated-dependencies:
- dependency-name: gsactions/commit-message-checker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -187,7 +187,7 @@ jobs:
|
||||
- name: Check commits first line format
|
||||
id: ccfl
|
||||
if: ${{ fromJSON(env.IS_PR) && steps.install-deps.outcome == 'success' && !cancelled() }}
|
||||
uses: gsactions/commit-message-checker@08f89134bc2a1e9d9be6f9bbb664779ad828d637
|
||||
uses: gsactions/commit-message-checker@b88ee88552f16f594ca19cb2c7fcd90df95c9bd4
|
||||
with:
|
||||
pattern: '^((feat|fix|chore|refactor|style|test|docs)(\((bounds|helpers|data_types|debugging|extensions|fhe_circuit|mlir|graph|optimization|representation|tracing|values|benchmarks|ci|scripts|compilation|execution|deps)\))?\:) .+$'
|
||||
flags: 'gs'
|
||||
@@ -201,7 +201,7 @@ jobs:
|
||||
- name: Check commits line length
|
||||
id: ccll
|
||||
if: ${{ fromJSON(env.IS_PR) && steps.install-deps.outcome == 'success' && !cancelled() }}
|
||||
uses: gsactions/commit-message-checker@08f89134bc2a1e9d9be6f9bbb664779ad828d637
|
||||
uses: gsactions/commit-message-checker@b88ee88552f16f594ca19cb2c7fcd90df95c9bd4
|
||||
with:
|
||||
pattern: '(^.{0,74}$\r?\n?){0,20}'
|
||||
flags: 'gm'
|
||||
|
||||
Reference in New Issue
Block a user