Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/types-toml-0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Conijn authored Feb 20, 2022
2 parents a7c93e3 + 2477b0c commit f211ff1
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ categories:
label: 'bug'
- title: '🧰 Maintenance'
label: 'maintenance'
- title: '🛠 Dependencies'
label: 'dependencies'
- title: '📚 Documentation'
label: 'documentation'

Expand All @@ -31,24 +33,25 @@ version-resolver:
- 'bug'
- 'maintenance'
- 'documentation'
- 'dependencies'

autolabeler:
- label: 'feature'
title:
- '/feat:/i'
- '/feat/i'
- label: 'documentation'
title:
- '/docs:/i'
- '/docs/i'
- label: 'bug'
title:
- '/fix:/i'
- '/fix/i'
- label: 'maintenance'
title:
- '/chore:/i'
- '/refactor:/i'
- '/style:/i'
- '/test:/i'
- '/perf:/i'
- '/chore/i'
- '/refactor/i'
- '/style/i'
- '/test/i'
- '/perf/i'

exclude-labels:
- 'skip-changelog'

0 comments on commit f211ff1

Please sign in to comment.