Skip to content

Commit

Permalink
update Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Jan 17, 2021
1 parent 66c34d4 commit 9e9ab8a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ exclude-labels:
- invalid
- wontfix
categories:
- title: '**💥Breaking:**'
- title: '**💥 Breaking:**'
labels:
- 'BC Break'
- title: '**🍰Enhancements:**'
- title: '**🍰 Enhancements:**'
labels:
- 'enhancement'
- title: '**🐞Bugs:**'
- title: '**🐞 Bugs:**'
labels:
- 'bug'
- title: '**💀Deprecated:**'
- title: '**💀 Deprecated:**'
labels:
- 'deprecated'
- title: '**🗑Removed:**'
- title: '**🗑 Removed:**'
labels:
- 'removed'
- title: '**🛡Security:**'
- title: '**🛡 Security:**'
labels:
- 'security'
- title: '**🕸Dependencies:**'
- title: '**🕸 Dependencies:**'
labels:
- 'dependencies'
- title: '**🧹 Maintenance:**'
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,18 @@ jobs:
pullRequests: true
prWoLabels: true
unreleased: true
breakingLabel: "**💥Breaking:**"
breakingLabel: "**💥 Breaking:**"
breakingLabels: 'BC Break'
enhancementLabel: "**🍰Enhancements:**"
bugsLabel: "**🐞Bugs:**"
deprecatedLabel: "**💀Deprecated:**"
removedLabel: "**🗑Removed:**"
securityLabel: "**🛡Security:**"
addSections: '{"dependencies":{"prefix":"**🕸Dependencies:**","labels":["dependencies"]}, "maintenance":{"prefix":"**🧹 Maintenance:**","labels":["maintenance"]}, "documentation": {"prefix":"**📦 Documentation:**","labels":["documentation"]}}'
enhancementLabel: "**🍰 Enhancements:**"
bugsLabel: "**🐞 Bugs:**"
deprecatedLabel: "**💀 Deprecated:**"
removedLabel: "**🗑 Removed:**"
securityLabel: "**🛡 Security:**"
addSections: '{"dependencies":{"prefix":"**🕸 Dependencies:**","labels":["dependencies"]},"maintenance":{"prefix":"**🧹 Maintenance:**","labels":["maintenance"]},"documentation":{"prefix":"**📦 Documentation:**","labels":["documentation"]}}'
stripGeneratorNotice: true
author: true
usernamesAsGithubLogins: true
httpCache: false
filterByMilestone: false
verbose: true
compareLink: true
exclude-labels: 'duplicate,question,invalid,wontfix'
excludeLabels: 'duplicate,question,invalid,wontfix'

0 comments on commit 9e9ab8a

Please sign in to comment.