From d35d77bebe21daa1541329c8ce106336ea601894 Mon Sep 17 00:00:00 2001 From: Neil Macneale IV <46170177+macneale4@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:17:24 -0700 Subject: [PATCH] add macneale4 validate-commentor.sh --- .github/scripts/performance-benchmarking/validate-commentor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/performance-benchmarking/validate-commentor.sh b/.github/scripts/performance-benchmarking/validate-commentor.sh index 7f241414a9..ac7884c8c2 100755 --- a/.github/scripts/performance-benchmarking/validate-commentor.sh +++ b/.github/scripts/performance-benchmarking/validate-commentor.sh @@ -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