From 1010b8955f36a31c2c5d05e7a650d5ba1cbf9ba8 Mon Sep 17 00:00:00 2001 From: Sergei Egorov Date: Wed, 24 Jul 2019 10:19:38 +0200 Subject: [PATCH] Add "housekeeping" category to the release drafter config (#1652) --- .github/release-drafter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1bfa59ca589..ed8939a3117 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -11,5 +11,9 @@ categories: label: type/bug - title: ๐Ÿ“– Documentation label: type/docs + - title: ๐Ÿงน Housekeeping + labels: + - type/housekeeping + - type/test-improvement - title: ๐Ÿ“ฆ Dependency updates label: dependencies