From 6ce2f9d8a7335afea3505434374ff1b3afcb801f Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 26 May 2025 21:22:51 +0200 Subject: [PATCH] ci: remove flaky commit check --- .github/workflows/pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1008313..8bd77da 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -65,10 +65,3 @@ jobs: - name: PHPStan run: vendor/bin/phpstan analyse - - - name: Conventional Commit - uses: ytanikin/pr-conventional-commits@1.4.1 - with: - task_types: '["feat", "fix", "docs", "test", "ci", "style", "refactor", "perf", "chore", "revert"]' - add_label: 'true' - custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "test", "ci": "CI/CD", "style": "codestyle", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'