From 6b4d75d2451ef26e1061e81f186f25f26b5a7e94 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Tue, 12 Oct 2021 16:44:32 -0700 Subject: [PATCH] maintainers: add Manuel and Michal (#4193) Signed-off-by: Jacob Blain Christen --- MAINTAINERS | 3 +++ scripts/codespell.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 970219075e..b7989ef1a4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 + diff --git a/scripts/codespell.sh b/scripts/codespell.sh index 430a0566fd..73d6efa844 100755 --- a/scripts/codespell.sh +++ b/scripts/codespell.sh @@ -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