Updated Bot commands (markdown)

Huy Do
2022-08-04 09:28:22 -07:00
parent cd08f1cf23
commit 6551e6c3cc

@ -39,10 +39,9 @@ By default, this will wait for all required checks to succeed before merging.
optional arguments:
-g, --green Merge when *all* status checks pass.
-f REASON, --force REASON
-f MESSAGE, --force MESSAGE
Merge without checking anything. This requires a reason for auditting purpose, for example:
`@pytorchbot merge -f '[MINOR] Fix lint. Expecting all PR tests to pass'`
The reason must be longer than 2 words. ONLY USE THIS FOR CRITICAL FAILURES.
`@pytorchbot merge -f 'Minor update to fix lint. Expecting all PR tests to pass'`
-l, --land-checks Merge with land time checks. This will create a new branch with your changes rebased on viable/strict and run additional tests (EXPERIMENTAL)
```
## Revert