Browse Source

feature request: add cyclinder to reviewers (#9646)

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

Signed-off-by: cyclinder qifeng.guo@daocloud.io
pull/9648/head
Cyclinder 2 years ago
committed by GitHub
parent
commit
bf8c64af08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. 1
      OWNERS_ALIASES
  2. 2
      tests/scripts/check_typo.sh

1
OWNERS_ALIASES

@ -19,6 +19,7 @@ aliases:
- cristicalin
- liupeng0518
- yankay
- cyclinder
kubespray-emeritus_approvers:
- riverzhang
- atoms

2
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
Loading…
Cancel
Save