Skip to content

Commit

Permalink
Add tests label and category in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 14, 2021
1 parent a486967 commit 4c97aad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,15 @@
- color: cc317c
description: An issue asking a question
name: question
- color: FEF2C0
description: Pull requests that don't need to be added to the changelog
name: skip-changelog
- color: 8E7888
description: Pull requests/issues with no activity
name: stale
- color: A4EF7D
description: Pull requests that update tests
name: tests
- color: C2E0C6
description: Waiting for author's response
name: waiting for response
Expand Down
7 changes: 7 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ categories:
- title: '📝 Documentation'
labels:
- "documentation"
- title: '🧪 Tests'
labels:
- "tests"
- title: '🔨 Maintenance'
labels:
- "chore"
Expand All @@ -32,6 +35,7 @@ version-resolver:
- 'chore'
- 'dependencies'
- 'documentation'
- 'tests'
default: patch
exclude-labels:
- 'skip-changelog'
Expand All @@ -41,6 +45,9 @@ autolabeler:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'tests'
branch:
- '/tests\/.+/'
- label: 'chore'
branch:
- '/chore\/.+/'
Expand Down

0 comments on commit 4c97aad

Please sign in to comment.