Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 3572bbc

Browse files
committed
ci: remove check for conventional commit message
1 parent b0a40c9 commit 3572bbc

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
@@ -41,13 +41,6 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v4
4343

44-
- name: Conventional Commit
45-
uses: ytanikin/pr-conventional-commits@1.4.1
46-
with:
47-
task_types: '["feat", "fix", "docs", "test", "ci", "style", "refactor", "perf", "chore", "revert"]'
48-
add_label: 'true'
49-
custom_labels: '{"feat": "feature", "fix": "bug", "docs": "documentation", "test": "test", "ci": "CI/CD", "style": "codestyle", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert"}'
50-
5144
- name: Setup PHP
5245
uses: shivammathur/setup-php@v2
5346
with:

0 commit comments

Comments
 (0)