Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Aug 16, 2022
1 parent b2cfbfd commit c8a6225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ It is better to use with [CodeOwners of Github](https://github.blog/2017-07-06-i
| `/close` | `/close` | Closes an PR or issue. | lifecycle |
| `/reopen` | `/reopen` | Reopen an PR or issue. | lifecycle |
| `/merge [rebase\|squash]` | `/merge`</br>`/merge rebase`</br>`/merge squash` | Merge a PR. | merge |
| `/retest` | `/retest` | Retest all failed test of PR. | retest |
| `/[remove-]kind [...]` | `/kind doc`</br>`/remove-kind doc` | Applies or removes the 'kind/*' labels to an PR or issue. **Labels need to be created manually in advance.** | kind |
| `/[remove-]label [...]` | `/label doc`</br>`/remove-label doc` | Applies or removes the '*' labels to an PR or issue. **Labels need to be created manually in advance.** | label |
| `/[remove-]label [...]` | `/label doc`</br>`/remove-label doc` | Applies or removes the '*' labels to an PR or issue. **Labels need to be created manually in advance.** | label |
| `/[remove-]lgtm` | `/lgtm`</br>`/remove-lgtm` | Applies or removes the 'lgtm' labels to an PR or issue. **Labels need to be created manually in advance.** | lgtm |
| `/[remove-]help-wanted` | `/help-wanted`</br>`/remove-help-wanted` | Applies or removes the 'help wanted' labels to an PR or issue. | label-help-wanted |
| `/[remove-]good-first-issue` | `/good-first-issue`</br>`/remove-good-first-issue` | Applies or removes the 'good first issue' labels to an PR or issue. | label-good-first-issue |
Expand Down

0 comments on commit c8a6225

Please sign in to comment.