From 01917b1ad2508c152c7aa8331c446933d7c9863c Mon Sep 17 00:00:00 2001 From: Bo Qiao Date: Mon, 28 Feb 2022 11:39:58 +0800 Subject: [PATCH] [ci] Update tag to projects (#4400) --- misc/tag_to_project.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/misc/tag_to_project.json b/misc/tag_to_project.json index f580029e5..23bffd761 100644 --- a/misc/tag_to_project.json +++ b/misc/tag_to_project.json @@ -1,9 +1,12 @@ { - "lang": "Language Features & Embedding in Python", - "gui": "GGUI", - "doc": "Docs", - "docs": "Docs", - "benchmark": "Backend Performance", "aot": "AOT", - "ir": "Compiler Frontend & Middle-end" + "autodiff": "Autodiff", + "benchmark": "Backend Performance", + "build": "CI/CD & Build & Tests", + "ci": "CI/CD & Build & Tests", + "doc": "Docs & Examples & Tutorials", + "docs": "Docs & Examples & Tutorials", + "gui": "GGUI", + "ir": "Compiler Frontend & Middle-end", + "lang": "Lang Features & Python" }