add macneale4 validate-commentor.sh

This commit is contained in:
Neil Macneale IV
2024-03-15 10:17:24 -07:00
committed by GitHub
parent 94df749605
commit d35d77bebe

View File

@@ -7,7 +7,7 @@ if [[ $# -ne 1 ]]; then
exit 1
fi
validcommentors="coffeegoddd andy-wm-arthur bheni Hydrocharged reltuk tbantle22 timsehn zachmu max-hoffman nicktobey fulghum"
validcommentors="coffeegoddd andy-wm-arthur bheni Hydrocharged reltuk tbantle22 timsehn zachmu max-hoffman nicktobey fulghum macneale4"
contains() {
[[ $1 =~ (^|[[:space:]])$2($|[[:space:]]) ]] && echo "valid=true" >> $GITHUB_OUTPUT || exit 0