Skip to content

Commit

Permalink
ci: add dataset section to release drafter (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Dec 10, 2024
1 parent cfda994 commit 0a71116
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ categories:
labels: deprecation
- title: ✨ Enhancements
labels: enhancement
- title: 📀 Datasets
labels: dataset
- title: 🐞 Bug Fixes
labels: fix
- title: 🛠️ Maintenance
Expand All @@ -34,20 +36,23 @@ change-template: '- $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&'
replacers:
# Remove conventional commits from titles
- search: '/- (build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?(\!)?\: /g'
- search: '/- (build|chore|ci|dataset|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?(\!)?\: /g'
replace: '- '

autolabeler:
- label: breaking
title:
# Example: feat!: ...
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?\!\: /'
- '/^(build|chore|ci|dataset|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?\!\: /'
- label: build
title:
- '/^build/'
- label: internal
title:
- '/^(chore|ci|perf|refactor|test)/'
- label: dataset
title:
- '/^dataset/'
- label: deprecation
title:
- '/^depr/'
Expand Down

0 comments on commit 0a71116

Please sign in to comment.