ci: update labels.yml

This commit is contained in:
dec0dOS 2021-12-17 16:12:39 +03:00
parent 671f565d70
commit 2099729b22

2
.github/labels.yml vendored
View file

@ -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."