Skip to content

Commit a9876fc

Browse files
committed
remove broken action
1 parent c63e0f7 commit a9876fc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,3 @@ jobs:
2525
refactor
2626
test
2727
chore
28-
- name: Auto-label PR with Conventional Commit title
29-
uses: kramen22/conventional-release-labels@v1
30-
with:
31-
type_labels: |
32-
{
33-
"feat": "feature",
34-
"fix": "fix",
35-
"ci": "ci-cd",
36-
"docs": "docs",
37-
"deps": "dependencies",
38-
"perf": "performance",
39-
"refactor": "refactor",
40-
"test": "testing",
41-
"chore": "chore"
42-
}
43-
ignored_types: '[]'

0 commit comments

Comments
 (0)