From 2a6e1c76a71dc869ebe439079baecf2fa616e2cd Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Wed, 26 Mar 2025 11:11:13 -0700 Subject: [PATCH] ci: skip conventional commits check Signed-off-by: Sergei Lukianov --- .github/workflows/commitlint.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index c19976df..3b79dd9b 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -1,6 +1,3 @@ -# Make sure commit subject and description follow the Conventional Commits spec. -# See https://www.conventionalcommits.org/ - name: "commitlint" on: @@ -24,11 +21,6 @@ jobs: fetch-depth: 0 persist-credentials: "false" - - name: Run commitlint on Pull Request's commits - uses: opensource-nepal/commitlint@v1 - with: - verbose: true - - name: Block Merge Commits if: ${{ always() }} uses: Morishiri/block-merge-commits-action@v1.0.1