From 3e9fbc26e66a2caa16bc40c72ccdcc6cfe19848f Mon Sep 17 00:00:00 2001 From: ranvijayj Date: Tue, 12 Jan 2021 01:29:19 +0530 Subject: [PATCH] Updated release drafter to enable Miscellaneous label as a normal category Updated release drafter to enable Miscellaneous label as a normal category Removed miscellaneous from exclude-labels JIRA TICKET: ADO-4873 --- .github/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 047479fbd..55e3800f5 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,5 +19,5 @@ categories: label: packages-updated - title: 👺 Miscellaneous label: miscellaneous -exclude-labels: - - miscellaneous +# exclude-labels: +# - miscellaneous