From bf8c64af08077f2bbdbfd4464547766ea7a832f4 Mon Sep 17 00:00:00 2001
From: Cyclinder <qifeng.guo@daocloud.io>
Date: Tue, 10 Jan 2023 19:05:27 +0800
Subject: [PATCH] feature request: add cyclinder to reviewers (#9646)

Signed-off-by: cyclinder qifeng.guo@daocloud.io

Signed-off-by: cyclinder qifeng.guo@daocloud.io
---
 OWNERS_ALIASES              | 1 +
 tests/scripts/check_typo.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index 82449c783..41201f1bd 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -19,6 +19,7 @@ aliases:
     - cristicalin
     - liupeng0518
     - yankay
+    - cyclinder
   kubespray-emeritus_approvers:
     - riverzhang
     - atoms
diff --git a/tests/scripts/check_typo.sh b/tests/scripts/check_typo.sh
index cdcf49bc7..522d4b2d6 100755
--- a/tests/scripts/check_typo.sh
+++ b/tests/scripts/check_typo.sh
@@ -9,4 +9,4 @@ set -e
 wget https://github.com/client9/misspell/releases/download/v0.3.4/misspell_0.3.4_linux_64bit.tar.gz
 tar -zxvf ./misspell_0.3.4_linux_64bit.tar.gz
 chmod 755 ./misspell
-git ls-files | xargs ./misspell -error
+git ls-files | grep -v OWNERS_ALIASES | xargs ./misspell -error
-- 
GitLab