Update release-drafter autolabeler (#932)

This commit is contained in:
Juan Calderon-Perez 2023-12-02 16:47:58 -05:00 committed by GitHub
parent 045ba1c34b
commit b3a30e5ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ categories:
- title: '📚 Documentation:'
labels:
- '📒 Documentation'
- title: '🧠 Models'
labels:
- '🧠 Models'
- title: '🧹 Updates:'
labels:
- '🧹 Updates'
@ -38,6 +41,7 @@ version-resolver:
- '☢️ Bug'
- '🤖 Dependencies'
- '🧹 Updates'
- '🧠 Models'
default: patch
template: |
$CHANGES
@ -56,15 +60,18 @@ autolabeler:
- '*.md'
title:
- '/(docs|doc:|\[doc\]|typos|comment|documentation)/i'
- label: '🧠 Models'
files:
- 'api/src/serge/data/*.json'
- label: '☢️ Bug'
title:
- '/(fix|race|bug|missing|correct)/i'
- '/(fix|bug|missing|correct)/i'
- label: '🧹 Updates'
title:
- '/(improve|update|update|refactor|deprecated|remove|unused|test)/i'
- '/(improve|update|refactor|deprecated|remove|unused|test)/i'
- label: '🤖 Dependencies'
title:
- '/(bump|dependencies)/i'
- label: '✏️ Feature'
title:
- '/(feature|feat|create|implement|add)/i'
- '/(feature|feat|create|implement)/i'