Skip to content

Commit

Permalink
Revise labeling rules
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff <[email protected]>
  • Loading branch information
jhodges10 authored Jan 17, 2024
1 parent bea555a commit 6213110
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ autolabeler:
- '/^ci.+/'
branch:
- '/ci\/.+/'
- label: 'docs'
- label: 'documentation'
title:
- '/^docs.+/'
branch:
Expand Down Expand Up @@ -102,9 +102,6 @@ autolabeler:
- '/^test.+/'
branch:
- '/test\/.+/'
- label: 'feature-flag'
body:
- '/\[x\] is this behind a feature flag/'

# Categorize pull requests using labels
# https://github.com/release-drafter/release-drafter#categorize-pull-requests
Expand All @@ -114,9 +111,9 @@ categories:
- 'feat'
- 'feature'
- 'perf'
- title: '📖 Docs'
- title: '📖 Documentation'
labels:
- 'docs'
- 'documentation'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
Expand Down

0 comments on commit 6213110

Please sign in to comment.