mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
ci: remove flaky commit check (#26)
This commit is contained in:
committed by
GitHub
parent
e14b771a64
commit
03d0a33f00
7
.github/workflows/pipeline.yml
vendored
7
.github/workflows/pipeline.yml
vendored
@@ -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"}'
|
||||
|
||||
Reference in New Issue
Block a user