From 0fbeea83f398815b22bf02fe13a6e7aa8850cc37 Mon Sep 17 00:00:00 2001 From: Mario Vitale Date: Tue, 9 Jul 2024 20:02:56 +0200 Subject: [PATCH] Add Amy as a reviewer for the weekly build number bump PRs (#8071) * Add Amy as a reviewer for the weekly build number bump PRs * PR_REVIEWERS is a comma-separated list --- scripts/bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump.sh b/scripts/bump.sh index 8b553ed40..bf5bb514f 100755 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")"/.. log () { echo "[$(date +%Y-%m-%dT%H:%M:%S%Z)]" "$@"; } : "${BRANCH_TO_BUILD:=main}" -: "${PR_REVIEWERS:=mattermost/core-build-engineers}" +: "${PR_REVIEWERS:=mattermost/core-build-engineers,amyblais}" : "${BUMP_BUILD_NUMBER:=}" # You can optionally specify the BUILD_NUMBER variable for selecting the next build number # If you don't, then the Fastlane action will pick the next build number automatically : "${BUMP_VERSION_NUMBER:=}" # If enabled, you must populate the VERSION_NUMBER variable as well