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 1151a51 commit b3544bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ 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:**'
- title: '**🧹Maintenance:**'
labels:
- 'maintenance'
# other Labels to mimmi20/coding-standard
- title: '**📦 Documentation:**'
- title: '**📦Documentation:**'
labels:
- 'documentation'
14 changes: 7 additions & 7 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ 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
Expand Down

0 comments on commit b3544bf

Please sign in to comment.