docs: update find-issues reference (#117)

* chore: update find-issue section

* chore: update find-isssues reference
This commit is contained in:
Alexandre Burgoni
2022-09-16 04:04:09 +02:00
committed by GitHub
parent 405d4bd782
commit cde2648b72
2 changed files with 4 additions and 0 deletions

View File

@@ -941,6 +941,7 @@ Find the current repository, the creator is k , the title contains `this` , the
issue-state: 'open'
title-includes: 'this'
body-includes: 'that'
labels: 'documentation'
```
| Param | Desc | Type | Required |
@@ -951,6 +952,7 @@ Find the current repository, the creator is k , the title contains `this` , the
| issue-creator | Creator filtering | string | ✖ |
| title-includes | Title filtering | string | ✖ |
| body-includes | Body filtering | string | ✖ |
| labels | Labels filtering | string | ✖ |
| exclude-labels | Exclude labels filtering | string | ✖ |
| inactive-day | Inactive days filtering | number | ✖ |
| direction | Return sort | string | ✖ |

View File

@@ -940,6 +940,7 @@ jobs:
issue-state: 'open'
title-includes: 'this'
body-includes: 'that'
labels: 'documentation'
```
| 参数 | 描述 | 类型 | 必填 |
@@ -950,6 +951,7 @@ jobs:
| issue-creator | 创建者筛选 | string | ✖ |
| title-includes | 标题包含过滤,不填时无校验 | string | ✖ |
| body-includes | 内容包含过滤,不填时无校验 | string | ✖ |
| labels | 标签筛选 | string | ✖ |
| exclude-labels | 排除标签筛选 | string | ✖ |
| inactive-day | 非活跃天数筛选 | number | ✖ |
| direction | 返回 `issues` 排序 | string | ✖ |