Skip to content

Commit

Permalink
feat: Change autolabeler regex to include : (mealie-recipes#4196)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git authored Sep 11, 2024
1 parent 871160c commit 97c3135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ autolabeler:
- '/feat/i'
- label: 'bugfix'
title:
- '/fix/i'
- '/fix:/i'
- label: 'documentation'
title:
- '/docs/i'
- '/docs:/i'
- label: 'chore'
title:
- '/chore/i'
- '/chore:/i'

0 comments on commit 97c3135

Please sign in to comment.