From afae8a13e1ea02801b2e5c9d5c84aa65a32d637c Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 30 Jul 2025 18:30:11 -0600 Subject: [PATCH] ci: remove conventional commit, as only PR is required --- .github/workflows/conventional_commit_pr.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/conventional_commit_pr.yml diff --git a/.github/workflows/conventional_commit_pr.yml b/.github/workflows/conventional_commit_pr.yml deleted file mode 100644 index a4c59ce..0000000 --- a/.github/workflows/conventional_commit_pr.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Conventional commit PR - -on: [pull_request] - -jobs: - cog_check_job: - runs-on: ubuntu-latest - name: check conventional commit compliance - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - # pick the pr HEAD instead of the merge commit - ref: ${{ github.event.pull_request.head.sha }} - - - name: Conventional commit check - uses: cocogitto/cocogitto-action@v3