Skip to content

Commit

Permalink
Auto labeler update
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Jan 11, 2024
1 parent 3245943 commit 5b928dd
Showing 1 changed file with 39 additions and 20 deletions.
59 changes: 39 additions & 20 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,52 @@ categories:
- title: '🚌 Bidrag transport'
labels:
- 'bidrag-transport'
# - title: 'πŸš€ Features'
# labels:
# - 'feature'
# - 'enhancement'
# - title: '⚠️ Breaking Changes'
# labels:
# - 'breaking'
# - title: 'πŸ› Bug Fixes'
# labels:
# - 'fix'
# - 'bugfix'
# - 'bug'
# - title: '🧰 Maintenance'
# labels:
# - 'chore'
# - 'changes'
# - title: '⬆️ Dependency upgrades'
# labels:
# - 'bump'
# - 'dependencies'
- title: 'πŸš€ Features'
labels:
- 'feature'
- 'enhancement'
- title: '⚠️ Breaking Changes'
labels:
- 'breaking'
- title: 'πŸ› Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'changes'
- title: '⬆️ Dependency upgrades'
labels:
- 'bump'
- 'dependencies'
- title: 'πŸ“„ Documentation'
labels:
- 'documentation'
autolabeler:
- label: 'bidrag-domene'
files:
- 'bidrag-domene/**'
- label: 'bidrag-transport'
branch:
- 'bidrag-transport/**'
- label: 'feature'
branch:
- '/feature\/.+/'
- label: 'bugfix'
title:
- '/fix/i'
- '/bugfix/i'
branch:
- '/bugfix\/.+/'
- '/fix\/.+/'
- label: 'breaking'
branch:
- '/breaking\/.+/'
- label: 'documentation'
files:
- '*.md'
template: |
## What's Changed
$CHANGES

0 comments on commit 5b928dd

Please sign in to comment.