From 2099729b2263bc99b3eeba5f03e0cb8b4cc2c11a Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Fri, 17 Dec 2021 16:12:39 +0300 Subject: [PATCH] ci: update labels.yml --- .github/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labels.yml b/.github/labels.yml index d2b5a48..ee2155d 100755 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -13,7 +13,7 @@ description: "Enhancement of the code, not introducing new features." - name: "refactor" color: 1d76db - description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features." + description: "Updating the code with simpler or more efficient syntax or methods. Not introducing new features." - name: "performance" color: 1d76db description: "Improving performance of the project, not introducing new features."