Skip to content

Commit 404967b

Browse files
committed
chore: update comment per PR feedback
1 parent 725f859 commit 404967b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
8.99 MB
Binary file not shown.

.github/scripts/release_manager_merge_bot.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
// 4. If the status is "pending", it will wait and check again.
2222
//
2323
// Flags:
24-
// -skip-kokoro (Optional) If set, skips applying Kokoro rerunning labels on failure.
25-
// -email (Optional) Email address to send success/failure notifications to.
24+
// -skip-kokoro (Optional) If set, skips applying Kokoro rerunning labels on failure.
25+
// -email (Optional) Email address to send success/failure notifications to.
26+
// Note: This relies on the internal sendgmr tool and is only
27+
// supported on Cloudtop/gLinux with valid LOAS credentials.
2628
//
2729
// Prerequisites:
2830
// - Go must be installed (https://golang.org/doc/install).
@@ -135,7 +137,7 @@ func main() {
135137
log.Println("Starting the release manager merge bot.")
136138

137139
flag.BoolVar(&skipKokoroOpt, "skip-kokoro", false, "Skip applying kokoro rerunning labels on failure")
138-
flag.StringVar(&emailOpt, "email", "", "Email address to send notifications to (requires LOAS/gcert)")
140+
flag.StringVar(&emailOpt, "email", "", "Email address to send notifications to (requires Cloudtop/gLinux and LOAS/gcert)")
139141
flag.Parse()
140142

141143
args := flag.Args()

0 commit comments

Comments
 (0)