mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Update the doc for deprecation message
@ -1,27 +1,12 @@
|
||||
## Commands available for everyone
|
||||
|
||||
## Deprecated @pytorchbot commands
|
||||
The following commands are deprecated, you might find them used in the previous PRs, but due to the fundamental CI system changes, these commands may not work anymore.
|
||||
|
||||
```
|
||||
# Deprecated chatops commands
|
||||
|
||||
@pytorchbot retest this please
|
||||
```
|
||||
|
||||
This will trigger a rerun of failed tests on a PR. (WARNING: Currently this triggers rerun of ALL Jenkins tests, not just failed ones.)
|
||||
|
||||
```
|
||||
@pytorchbot rebase this please
|
||||
```
|
||||
|
||||
Requests pytorchbot to come and merge the PR with master. This causes tests to rerun, which is helpful if you need to take a fix from master. **WARNING: This does NOT work with ghstack diffs. Rebase those locally.**
|
||||
|
||||
```
|
||||
@pytorchbot label this please
|
||||
```
|
||||
|
||||
Requests pytorchbot to look at a PR and apply labels according to what files were modified. (This happens automatically when a pull request is created; you might run this command if this failed for some reason.)
|
||||
|
||||
## Commands available to maintainers only
|
||||
|
||||
```
|
||||
@pytorchbot merge this please
|
||||
```
|
||||
|
||||
Can be used by maintainers to request immediate merge (i.e., you have verified CI is passing and the diff is approved)
|
||||
```
|
Reference in New Issue
Block a user