Skip to content

Commit 03d0a33

Browse files
authored
ci: remove flaky commit check (#26)
1 parent e14b771 commit 03d0a33

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,3 @@ jobs:
6565

6666
- name: PHPStan
6767
run: vendor/bin/phpstan analyse
68-
69-
- name: Conventional Commit
70-
uses: ytanikin/[email protected]
71-
with:
72-
task_types: '["feat", "fix", "docs", "test", "ci", "style", "refactor", "perf", "chore", "revert"]'
73-
add_label: 'true'
74-
custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "test", "ci": "CI/CD", "style": "codestyle", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'

0 commit comments

Comments
 (0)