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"}'