From 0456229ba1298ec547c152bdfd3b0183af556864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Andr=C3=A9=20Langnes?= Date: Sat, 21 Sep 2024 02:09:51 +0900 Subject: [PATCH] Add quality assurance type --- labels.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/labels.json b/labels.json index abb326f..3b91d66 100644 --- a/labels.json +++ b/labels.json @@ -66,6 +66,10 @@ "description": "Pull request refactors code without changing behavior", "name": "type: refactor" }, + { + "description": "Pull request focuses on quality assurance such as addition or improvement of tests", + "name": "type: quality assurance" + }, { "description": "Help from the community is requested", "name": "need: help"