Skip to content

Commit c50176f

Browse files
authored
Clean up release drafter configuration
Removed several configuration options related to labels and paths. Signed-off-by: James Pether Sörling <[email protected]>
1 parent b0fd80d commit c50176f

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -84,23 +84,6 @@ categories:
8484
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
8585
change-title-escapes: '\<*_&' # Escape characters for markdown
8686

87-
exclude-labels:
88-
- "skip-changelog"
89-
- "duplicate"
90-
- "invalid"
91-
- "wontfix"
92-
93-
include-paths:
94-
- "src"
95-
- "public"
96-
- "docs"
97-
- ".github"
98-
99-
exclude-paths:
100-
- "**/*.test.ts"
101-
- "**/*.test.tsx"
102-
- "**/*.spec.ts"
103-
- "**/*.spec.tsx"
10487

10588
template: |
10689
# Highlights
@@ -164,10 +147,6 @@ autolabeler:
164147
title:
165148
- '/^fix(\([^)]+\))?:/i'
166149
- '/^bug(\([^)]+\))?:/i'
167-
branch:
168-
- '/^fix\/.+/'
169-
- '/^bugfix\/.+/'
170-
- '/^hotfix\/.+/'
171150

172151
- label: "fix"
173152
title:
@@ -230,9 +209,6 @@ autolabeler:
230209
- 'package-lock.json'
231210
- 'yarn.lock'
232211
- 'pnpm-lock.yaml'
233-
branch:
234-
- '/^dependabot\/.+/'
235-
- '/^renovate\/.+/'
236212

237213
# Security & Compliance
238214
- label: "security"
@@ -241,8 +217,6 @@ autolabeler:
241217
- '/^sec(\([^)]+\))?:/i'
242218
- '/^fix-vuln(\([^)]+\))?:/i'
243219
- '/\[security\]/i'
244-
branch:
245-
- '/^security\/.+/'
246220

247221
- label: "compliance"
248222
title:

0 commit comments

Comments
 (0)