From 35a491d0540b082b76574f9800a1bf632848b8a1 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 14 Jul 2020 13:06:05 -0700 Subject: [PATCH] infra: Adding label for build files (like Makefile). Signed-off-by: Tim 'mithro' Ansell --- .github/autolabeler.yml | 2 ++ .github/labels.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index a6686be..e3c99a4 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -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"] diff --git a/.github/labels.yml b/.github/labels.yml index ac55372..03452bb 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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"