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 dd8a99a commit 3d487a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 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: 'Boxed.Templates.$RESOLVED_VERSION'
change-template: '- $TITLE by @$AUTHOR (#$NUMBER)'
no-changes-template: '- No changes'
categories:
- title: '📚 Documentation'
labels:
- 'documentation'
- title: '📦 ASP.NET Core API Boxed'
labels:
- 'template/API'
Expand Down Expand Up @@ -39,6 +42,9 @@ template: |
$CONTRIBUTORS
autolabeler:
- label: 'documentation'
files:
- 'Docs/**/*'
- label: 'maintenance'
files:
- '.github/**/*'
Expand Down
17 changes: 17 additions & 0 deletions Source/NuGetTemplate/.github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,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 @@ -35,3 +38,17 @@ template: |
## 👨🏼‍💻 Contributors
$CONTRIBUTORS
autolabeler:
- label: 'documentation'
files:
- '**/*.md'
- label: 'enhancement'
files:
- 'Source/**/*'
- label: 'maintenance'
files:
#if (GitHub)
- '.github/**/*'
#endif
- 'Images/**/*'
- 'Tests/**/*'

0 comments on commit 3d487a8

Please sign in to comment.