Skip to content

Commit

Permalink
[BE] Update pytorchbot help text for rebasing (#4134)
Browse files Browse the repository at this point in the history
Reflect the underlying logic set in
#1400
  • Loading branch information
ZainRizvi authored May 8, 2023
1 parent 2082196 commit 81861e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchci/lib/bot/cliParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const rebase = commands.add_parser("rebase", {
help: "Rebase a PR",
description:
"Rebase a PR. Rebasing defaults to the stable viable/strict branch of pytorch.\n" +
"You must have write permissions to the repo to rebase a PR.",
"Repeat contributor may use this command to rebase their PR.",
formatter_class: RawTextHelpFormatter,
add_help: false,
});
Expand Down

1 comment on commit 81861e0

@vercel
Copy link

@vercel vercel bot commented on 81861e0 May 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.