mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
feature request: add cyclinder to reviewers (#9646)
Signed-off-by: cyclinder qifeng.guo@daocloud.io Signed-off-by: cyclinder qifeng.guo@daocloud.io
This commit is contained in:
@@ -19,6 +19,7 @@ aliases:
|
|||||||
- cristicalin
|
- cristicalin
|
||||||
- liupeng0518
|
- liupeng0518
|
||||||
- yankay
|
- yankay
|
||||||
|
- cyclinder
|
||||||
kubespray-emeritus_approvers:
|
kubespray-emeritus_approvers:
|
||||||
- riverzhang
|
- riverzhang
|
||||||
- atoms
|
- atoms
|
||||||
|
|||||||
@@ -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
|
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
|
tar -zxvf ./misspell_0.3.4_linux_64bit.tar.gz
|
||||||
chmod 755 ./misspell
|
chmod 755 ./misspell
|
||||||
git ls-files | xargs ./misspell -error
|
git ls-files | grep -v OWNERS_ALIASES | xargs ./misspell -error
|
||||||
|
|||||||
Reference in New Issue
Block a user