Update the doc for deprecation message

Zhuojie Zhou
2021-08-12 09:57:14 -07:00
parent e2e56fd769
commit 7c1730dc11

@ -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)
```