From 1ebb9a5800d2dc919c2156b10c5694d1feae4617 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Fri, 28 Jan 2022 09:34:24 -0800 Subject: [PATCH] CI: Add in CI label to release-drafter Add support for CI labels Signed-off-by: Andrew Grimberg --- .github/release-drafter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index deb3ad9..13d3a22 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -27,6 +27,7 @@ categories: - title: ":mortar_board: Code Quality :mortar_board:" labels: - "code-quality" + - "CI" # yamllint disable rule:line-length template: | [![Downloads for this release](https://img.shields.io/github/downloads/tykeal/homeassistant-rental-control/v$RESOLVED_VERSION/total.svg)](https://github.com/tykeal/homeassistant-rental-control/releases/v$RESOLVED_VERSION)