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
This commit is contained in:
Mario Vitale 2024-07-09 20:02:56 +02:00 committed by GitHub
parent 8c44c54448
commit 0fbeea83f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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