feat: add lock-reason (#49)

* feat: add lock-reason

* add dist
This commit is contained in:
xrkffgg
2021-01-26 22:17:55 +08:00
committed by GitHub
parent 1425c335af
commit 616c112b12
9 changed files with 34 additions and 4 deletions

View File

@@ -231,6 +231,9 @@ jobs:
| actions | 操作类型 | string | ✔ |
| token | [token 说明](/guide/ref#-token-说明) | string | ✔ |
| issue-number | 指定的 issue | number | ✔ |
| lock-reason | 锁定 issue 的原因 | string | ✖ |
- `lock-reason`:可选值有 `off-topic` `too heated` `resolved` `spam`
## `mark-duplicate`