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:
parent
8c44c54448
commit
0fbeea83f3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ cd "$(dirname "$0")"/..
|
||||||
log () { echo "[$(date +%Y-%m-%dT%H:%M:%S%Z)]" "$@"; }
|
log () { echo "[$(date +%Y-%m-%dT%H:%M:%S%Z)]" "$@"; }
|
||||||
|
|
||||||
: "${BRANCH_TO_BUILD:=main}"
|
: "${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
|
: "${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
|
# 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
|
: "${BUMP_VERSION_NUMBER:=}" # If enabled, you must populate the VERSION_NUMBER variable as well
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue