Skip to content

Commit e0bd317

Browse files
authored
Merge pull request #406 from mimmi20/updates
remove semantic labels
2 parents 3e318fe + 3842d06 commit e0bd317

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/dependabot.yml

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ updates:
3939

4040
labels:
4141
- "dependencies"
42-
- "patch"
4342

4443
versioning-strategy: "increase"
4544

@@ -88,7 +87,6 @@ updates:
8887

8988
labels:
9089
- "dependencies"
91-
- "patch"
9290

9391
target-branch: "master"
9492

.github/labels.yml

-9
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@
5555
- color: "0075ca"
5656
name: "documentation"
5757
description: "Improvements or additions to documentation"
58-
- color: "84175d"
59-
name: "major"
60-
description: "Major change"
61-
- color: "d86c28"
62-
name: "minor"
63-
description: "Minor change"
64-
- color: "0a9b47"
65-
name: "patch"
66-
description: "Patch"
6758

6859
# other Labels
6960
#- color: 5319e7

.github/release-drafter.yml

-3
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@ version-resolver:
2828
labels:
2929
- "bc break"
3030
- "removed"
31-
- "major"
3231
minor:
3332
labels:
3433
- "deprecated"
3534
- "security"
36-
- "minor"
3735
patch:
3836
labels:
3937
- "bug"
4038
- "dependencies"
4139
- "enhancement"
4240
- "maintenance"
4341
- "documentation"
44-
- "patch"
4542
default: patch
4643

4744
autolabeler:

0 commit comments

Comments
 (0)