From b3a30e5cccd1ef4acbbbf5f832989d74be686105 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:47:58 -0500 Subject: [PATCH] Update release-drafter autolabeler (#932) --- .github/release-drafter.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index d960509..a80d131 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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'