[skip ci] Add doc for command help (#13566)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/13581/head
Jenny Li 2021-12-17 10:47:16 +08:00 committed by GitHub
parent dfff867c0c
commit 98c0a76f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
COMMAND_HELP.md Normal file
View File

@ -0,0 +1,12 @@
# Commands to trigger jobs
## Guide
1. the job will be triggered when your comments on pull request matched command.
## Commands
| Command | Description |
| -------------------------|----------------------------------------------------------------------------|
| /run-checks | Trigger Jenkins Job for e2e test |
| rerun failure checks | Trigger failed github workflow jobs, including code checker & unit test. |