Updated Bot commands (markdown)

Jane (Yuan) Xu
2022-05-13 13:06:16 -04:00
parent 2b5cf35d11
commit c21111d06f

@ -31,7 +31,7 @@ Examples:
Similar to merging, we have a command to revert a PR, though it requires you be a Meta employee at the moment. You can always submit a PR to back out a change and merge with the commands above. Revert requires you to provide both a message and classification for record keeping purposes.
```
@pytorch bot revert -m="This is breaking tests on trunk. hud.pytorch.org/" -c=nosignal
@pytorchbot revert -m="This is breaking tests on trunk. hud.pytorch.org/" -c=nosignal
```
-m, -message: The reason why you are reverting this PR. Must be at least 3 words.