Skip to content

Commit

Permalink
Add autolabeler
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Apr 21, 2021
1 parent 39c714a commit 2b74e4d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ tag-template: '$RESOLVED_VERSION'
change-template: '- $TITLE by @$AUTHOR (#$NUMBER)'
no-changes-template: '- No changes'
categories:
- title: '📚 Documentation'
labels:
- 'documentation'
- title: '🚀 New Features'
labels:
- 'enhancement'
Expand All @@ -29,3 +32,17 @@ template: |
## 👨🏼‍💻 Contributors
$CONTRIBUTORS
autolabeler:
- label: 'documentation'
files:
- '**/*.md'
- label: 'enhancement'
files:
- 'Source/**/*'
- label: 'maintenance'
files:
- '.github/**/*'
- 'Benchmarks/**/*'
- 'Images/**/*'
- 'Tests/**/*'
- 'Tools/**/*'

0 comments on commit 2b74e4d

Please sign in to comment.