Skip to content

Commit

Permalink
Fix labels (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Jan 31, 2021
1 parent 4bed1d4 commit b2bde1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ tag-template: '$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'maintenance'
Expand All @@ -29,9 +26,6 @@ template: |
## Breaking changes
*
## API changes
*
## Closed Issues & Merged PRs
$CHANGES
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
mode: minimum
count: 1
labels: "enhancement, bug, documentation"
labels: "enhancement, bug, maintenance"

0 comments on commit b2bde1d

Please sign in to comment.