From 35a1ec618af3687a781891dd5dd59dc9552ace99 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 23:28:30 +0330 Subject: [PATCH] Update release-drafter.yml --- .github/release-drafter.yml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index f64c2e2..0b4cbab 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -23,6 +23,12 @@ categories: labels: - fix - bug + - title: 🧪 Test + labels: + - test + - title: 🚥 CI + labels: + - ci - title: ♻️ Changes labels: - changed @@ -61,23 +67,27 @@ autolabeler: - label: 'chore' branch: - '/(chore)\/.*/' - title: - - '/^chore: .*/' + - label: 'security' + branch: + - '/(security)\/.*/' + - label: 'refactor' + branch: + - '/(refactor)\/.*/' - label: 'docs' branch: - '/(docs)\/.*/' - title: - - '/^docs: .*/' + - label: 'ci' + branch: + - '/(ci)\/.*/' + - label: 'test' + branch: + - '/(test)\/.*/' - label: 'bug' branch: - '/(fix)\/.*/' - title: - - '/^fix: .*/' - label: 'feature' branch: - '/(feat)\/.*/' - title: - - '/^feat: .*/' body: - '/JIRA-[0-9]{1,4}/'