From 13873096e5ce23968dcad9eae1639ea5adf22415 Mon Sep 17 00:00:00 2001 From: clee2000 <44682903+clee2000@users.noreply.github.com> Date: Fri, 20 May 2022 10:15:28 -0700 Subject: [PATCH] Updated Bot commands (markdown) --- Bot-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bot-commands.md b/Bot-commands.md index f14a6e5..ad8d3b1 100644 --- a/Bot-commands.md +++ b/Bot-commands.md @@ -44,7 +44,7 @@ You can also add multiple labels using comments with pytorchbot. @pytorchbot label label1,label2,etc ``` -## Rebase (Beta) - NON GHSTACK ONLY +## Rebase (Beta) Rebasing is useful you're reviewing an older PR and want to get new signal: you might want to rebase to get the most up to date tests and re run the CI. Note that rebasing always defaults to the default branch of pytorch/pytorch, which currently is master. You can rebase your own PR anytime, but currently, only a select few organization members can rebase others' PRs. ```