We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63e0f7 commit a9876fcCopy full SHA for a9876fc
1 file changed
.github/workflows/pull-request.yml
@@ -25,19 +25,3 @@ jobs:
25
refactor
26
test
27
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