From a31b6b8d4c6605f44187e0405e54f25e2f75ca24 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Thu, 9 Mar 2023 16:03:43 +0800 Subject: [PATCH] ci(main): add labels size to .github (#2773) Signed-off-by: cuisongliu --- .github/labels.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/labels.yml diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 000000000..0f1ec5e7b --- /dev/null +++ b/.github/labels.yml @@ -0,0 +1,27 @@ +XS: + name: size/XS + lines: 0 + color: 3CBF00 +S: + name: size/S + lines: 10 + color: 5D9801 +M: + name: size/M + lines: 30 + color: 7F7203 +L: + name: size/L + lines: 100 + color: A14C05 +XL: + name: size/XL + lines: 500 + color: C32607 +XXL: + name: size/XXL + lines: 1000 + color: E50009 + comment: | + # Whoa! Easy there, Partner! + This PR is too big. Please break it up into smaller PRs. \ No newline at end of file