Skip to content

Commit

Permalink
Merge pull request #569 from mimmi20/updates
Browse files Browse the repository at this point in the history
remove semantic labels
  • Loading branch information
mimmi20 committed Nov 9, 2023
2 parents acb1500 + 15404dc commit 8e88dcd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ updates:

labels:
- "dependencies"
- "patch"

versioning-strategy: "increase"

Expand Down Expand Up @@ -85,7 +84,6 @@ updates:

labels:
- "dependencies"
- "patch"

target-branch: "master"

Expand Down
9 changes: 0 additions & 9 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@
- color: "0075ca"
name: "documentation"
description: "Improvements or additions to documentation"
- color: "84175d"
name: "major"
description: "Major change"
- color: "d86c28"
name: "minor"
description: "Minor change"
- color: "0a9b47"
name: "patch"
description: "Patch"

# other Labels
#- color: 5319e7
Expand Down
3 changes: 0 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,17 @@ version-resolver:
labels:
- "bc break"
- "removed"
- "major"
minor:
labels:
- "deprecated"
- "security"
- "minor"
patch:
labels:
- "bug"
- "dependencies"
- "enhancement"
- "maintenance"
- "documentation"
- "patch"
default: patch

autolabeler:
Expand Down

0 comments on commit 8e88dcd

Please sign in to comment.