maintainers: add Manuel and Michal (#4193)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
This commit is contained in:
Jacob Blain Christen 2021-10-12 16:44:32 -07:00 committed by GitHub
parent b282528ee2
commit 6b4d75d245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com
dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com
galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com
ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com
manuelbuil, Manuel Buil, mbuil@suse.com
Oats87, Chris Kim, chris.kim@suse.com
vadorovsky, Michal Rostecki, mrostecki@suse.com

View File

@ -3,7 +3,7 @@ set -e
# Ignore vendor folder and check file names as well
# Note: ignore "ba" in https://github.com/k3s-io/k3s/blob/4317a91/scripts/provision/vagrant#L54
codespell --skip=.git,./vendor --check-filenames --ignore-words-list=ba
codespell --skip=.git,./vendor,MAINTAINERS --check-filenames --ignore-words-list=ba
code=$?
if [ $code -ne 0 ]; then