diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b65be2cd4..965d7ca79 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -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@f27f413dcf8ebcb469d2ce4ae4e45e131d105de6 + uses: gsactions/commit-message-checker@29413af74826eacb091984285fa96fac4a345c47 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@f27f413dcf8ebcb469d2ce4ae4e45e131d105de6 + uses: gsactions/commit-message-checker@29413af74826eacb091984285fa96fac4a345c47 with: pattern: '(^.{0,74}$\r?\n?){0,20}' flags: 'gm'