From 709030775761d45bba3884c70c75c19c7d60af5f Mon Sep 17 00:00:00 2001 From: Ginger Burns Date: Mon, 4 Nov 2024 09:49:55 +0000 Subject: [PATCH] ci: add merge to valid commit types --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index b9aa2bd..134e108 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -14,7 +14,7 @@ jobs: - name: Check commit message format uses: webiny/action-conventional-commits@v1.3.0 with: - allowed-commit-types: 'feat,fix,refactor,perf,docs,style,test,build,ci,chore,new,patch,revert,ui' + allowed-commit-types: 'feat,fix,refactor,perf,docs,style,test,build,ci,chore,new,patch,revert,ui,merge' pre-commit: name: Run pre-commit checks runs-on: ubuntu-latest