mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 12:49:07 +00:00
ci: remove conventional commit, as only PR is required
This commit is contained in:
17
.github/workflows/conventional_commit_pr.yml
vendored
17
.github/workflows/conventional_commit_pr.yml
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user