Updated Bot commands (markdown)

clee2000
2022-05-20 14:45:04 -07:00
parent 13873096e5
commit f5b9ed8bb6

@ -44,8 +44,8 @@ You can also add multiple labels using comments with pytorchbot.
@pytorchbot label label1,label2,etc
```
## 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.
## Rebase
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, along with any member of the pytorch organization, can rebase your PR.
```
@pytorchbot rebase