From 8b23ce0fa34031d95004f45d36903b4b792e4e02 Mon Sep 17 00:00:00 2001 From: Maiko Sinkyaet Tan Date: Fri, 29 Mar 2024 10:54:30 +0800 Subject: [PATCH] ci: update label with emojis (#220) --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f4125ced6..d76400659 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,15 @@ -ci: +':green_heart: ci': - changed-files: - any-glob-to-any-file: - .github/workflows/** -documentation: +':memo: documentation': - changed-files: - any-glob-to-any-file: - docs/config/zh-CN.json - docs/zh-CN/** -core: +':gear: core': - changed-files: - any-glob-to-any-file: packages/core/**