infra: Adding label for build files (like Makefile).
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
15f6966a94
commit
35a491d054
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue