ci: remove flaky commit check (#26)

This commit is contained in:
Christopher Hertel
2025-05-29 12:10:08 +02:00
committed by GitHub
parent e14b771a64
commit 03d0a33f00

View File

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