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

@@ -365,6 +365,9 @@ jobs:
| actions | Action type | string | ✔ |
| token | [Token explain](#token) | string | ✔ |
| issue-number | The number of issue | number | ✔ |
| lock-reason | Reason for locking issue | string | ✖ |
- `lock-reason`: Optional values are `off-topic` `too heated` `resolved` `spam`
⏫ [Back to list](#List)
@@ -861,6 +864,7 @@ jobs:
| body-includes | Body filtering | string | ✖ |
| title-includes | Title filtering | string | ✖ |
| inactive-day | Inactive days filtering | number | ✖ |
| lock-reason | Reason for locking issue | string | ✖ |
- `labels`: When there are multiple, the query will have multiple at the same time. If not entered, all
- `issue-state`: The default is `all`. Optional value `open` `closed`, when these 2 items are not, both are `all`