infra: Adding label for build files (like Makefile).

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2020-07-14 13:06:05 -07:00
parent 15f6966a94
commit 35a491d054
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@ documentation: ["*.rst", "docs"]
files-definition: ["definition.json"]
files-layout-gds: ["*Makefile"]
files-layout-gds: ["*.gds"]
files-layout-lef-magic: ["*.magic.lef"]
files-layout-lef: ["*.lef"]

4
.github/labels.yml vendored
View File

@ -53,6 +53,10 @@
# File related labels are colored purple: d61dae
##########################################################################
- name: "files-build"
description: "Issues related to the Makefiles / build infrastructure."
color: "d61dae"
- name: "files-definition"
description: "Issues related to the definition.json provided for each cell."
color: "d61dae"