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

Commit 9ae7051

Browse files
authored
ci: remove check for conventional commit message (#335)
1 parent b699dc4 commit 9ae7051

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: pipeline
22
on: pull_request
33

4-
permissions:
5-
contents: read
6-
pull-requests: write
7-
84
jobs:
95
tests:
106
runs-on: ubuntu-latest
@@ -60,10 +56,3 @@ jobs:
6056

6157
- name: PHPStan
6258
run: vendor/bin/phpstan analyse
63-
64-
- name: Conventional Commit
65-
uses: ytanikin/[email protected]
66-
with:
67-
task_types: '["feat", "fix", "docs", "test", "ci", "style", "refactor", "perf", "chore", "revert"]'
68-
add_label: 'true'
69-
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)