From c17834b3d7823066a97ee750fecbb19274e5f84e Mon Sep 17 00:00:00 2001 From: Vikram Goyal Date: Thu, 30 Aug 2018 20:04:14 +1000 Subject: [PATCH] Added Max --- autopreview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopreview.sh b/autopreview.sh index c6a2f466748d..c93fd4833ee0 100644 --- a/autopreview.sh +++ b/autopreview.sh @@ -1,7 +1,7 @@ #!/bin/bash set -ev -ALLOWED_USERS=("gaurav-nelson" "tmorriso-rh" "mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bfallonf" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise") +ALLOWED_USERS=("gaurav-nelson" "tmorriso-rh" "mburke5678" "vikram-redhat" "ahardin-rh" "kalexand-rh" "adellape" "bfallonf" "bmcelvee" "ousleyp" "jhoyt-rh" "JStickler" "geekspertise" "rh-max") USERNAME=${TRAVIS_PULL_REQUEST_SLUG::-15} COMMIT_HASH="$(git rev-parse @~)" mapfile -t FILES_CHANGED < <(git diff --name-only "$COMMIT_HASH")