Skip to content

Commit 50c2bf3

Browse files
authored
ci: remove check for conventional commit message (#94)
1 parent b0a40c9 commit 50c2bf3

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
@@ -41,13 +37,6 @@ jobs:
4137
- name: Checkout
4238
uses: actions/checkout@v4
4339

44-
- name: Conventional Commit
45-
uses: ytanikin/[email protected]
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-
5140
- name: Setup PHP
5241
uses: shivammathur/setup-php@v2
5342
with:

0 commit comments

Comments
 (0)