From 9c76655f024262bb033b03788c9e1777dfc9584e Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Thu, 30 May 2024 08:44:22 +0200 Subject: [PATCH] chore: dummy commit --- .github/workflows/ci.yml | 5 +++-- Check some PRs | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 Check some PRs diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6c35e2..0dc7688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,12 @@ jobs: git config --global user.email github-actions@github.com git config --global user.name github-actions - - name: Conventional commit check + - name: PR title check if: ${{ github.event_name == 'pull_request' }} uses: cocogitto/cocogitto-action@v3 with: - verify: ${{ github.event.pull_request.title }} + verify: "${{ github.event.pull_request.title }}" + check: "false" - name: Conventional commit check uses: cocogitto/cocogitto-action@v3 diff --git a/Check some PRs b/Check some PRs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/Check some PRs @@ -0,0 +1 @@ +README.md