Skip to content

Commit dd7904a

Browse files
authored
The team that is requested for review does not exist anymore. (#18)
The team that is requested for review does not exist anymore, which causes the script to fail mid-way when creating a release. I'd suggest whoever creates the release manually requests review from the appropriate persons.
1 parent 8d0fee1 commit dd7904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ maybe_create_github_pr() {
2727
local TAG=$1
2828
GH_COMMAND=$(which gh)
2929
if [ "$GH_COMMAND" != "" ]; then
30-
gh pr create --base $BASE_BRANCH --head $RELEASE_BRANCH --reviewer "@stackabletech/rust-developers" --title "Release $TAG" --body "Release $TAG. DO NOT SQUASH MERGE!"
30+
gh pr create --base $BASE_BRANCH --head $RELEASE_BRANCH --title "Release $TAG" --body "Release $TAG. DO NOT SQUASH MERGE!"
3131
fi
3232
}
3333

0 commit comments

Comments
 (0)