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