From 9bc760701d1cca477c8be235573a4810a1cce0aa Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Thu, 2 Sep 2021 12:15:53 +0200 Subject: [PATCH] Add test label --- .github/release-drafter.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9144427df99..d8724db3676 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -17,6 +17,9 @@ categories: - title: "Documentation" labels: - "documentation" + - title: "Testing" + labels: + - "test" - title: "Maintenance" labels: - "chore" @@ -63,6 +66,9 @@ autolabeler: - label: "feature" title: - "/^feat/i" + - label: "test" + title: + - "/^test/i" - label: "breaking" title: - "/^fix[!]/i"