ci: remove conventional commit for ci (#520)

As we now squash merge, only the conventional commit is required for the
title of the PR
This commit is contained in:
2025-07-31 15:19:16 -06:00
committed by GitHub
parent db3beae5cd
commit 81d316cb56

View File

@@ -1,19 +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
with:
check-latest-tag-only: true