mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated Bot commands (markdown)
@ -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
|
||||
|
Reference in New Issue
Block a user