Unverified Commit 6b4d75d2 authored by Jacob Blain Christen's avatar Jacob Blain Christen Committed by GitHub

maintainers: add Manuel and Michal (#4193)

parent b282528e
...@@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com ...@@ -9,4 +9,7 @@ dereknola, Derek Nola, derek.nola@suse.com
dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com dweomer, Jacob Blain Christen, jacob.blainchristen@suse.com
galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com galal-hussein, Hussein Galal, hussein.galalabdelazizahmed@suse.com
ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com ibuildthecloud, Darren Shepherd, darren.shepherd@suse.com
manuelbuil, Manuel Buil, mbuil@suse.com
Oats87, Chris Kim, chris.kim@suse.com Oats87, Chris Kim, chris.kim@suse.com
vadorovsky, Michal Rostecki, mrostecki@suse.com
...@@ -3,7 +3,7 @@ set -e ...@@ -3,7 +3,7 @@ set -e
# Ignore vendor folder and check file names as well # 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 # 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=$? code=$?
if [ $code -ne 0 ]; then if [ $code -ne 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment