mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
docs: update find-issues reference (#117)
* chore: update find-issue section * chore: update find-isssues reference
This commit is contained in:

committed by
GitHub

parent
405d4bd782
commit
cde2648b72
@@ -941,6 +941,7 @@ Find the current repository, the creator is k , the title contains `this` , the
|
|||||||
issue-state: 'open'
|
issue-state: 'open'
|
||||||
title-includes: 'this'
|
title-includes: 'this'
|
||||||
body-includes: 'that'
|
body-includes: 'that'
|
||||||
|
labels: 'documentation'
|
||||||
```
|
```
|
||||||
|
|
||||||
| Param | Desc | Type | Required |
|
| 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 | ✖ |
|
| issue-creator | Creator filtering | string | ✖ |
|
||||||
| title-includes | Title filtering | string | ✖ |
|
| title-includes | Title filtering | string | ✖ |
|
||||||
| body-includes | Body filtering | string | ✖ |
|
| body-includes | Body filtering | string | ✖ |
|
||||||
|
| labels | Labels filtering | string | ✖ |
|
||||||
| exclude-labels | Exclude labels filtering | string | ✖ |
|
| exclude-labels | Exclude labels filtering | string | ✖ |
|
||||||
| inactive-day | Inactive days filtering | number | ✖ |
|
| inactive-day | Inactive days filtering | number | ✖ |
|
||||||
| direction | Return sort | string | ✖ |
|
| direction | Return sort | string | ✖ |
|
||||||
|
@@ -940,6 +940,7 @@ jobs:
|
|||||||
issue-state: 'open'
|
issue-state: 'open'
|
||||||
title-includes: 'this'
|
title-includes: 'this'
|
||||||
body-includes: 'that'
|
body-includes: 'that'
|
||||||
|
labels: 'documentation'
|
||||||
```
|
```
|
||||||
|
|
||||||
| 参数 | 描述 | 类型 | 必填 |
|
| 参数 | 描述 | 类型 | 必填 |
|
||||||
@@ -950,6 +951,7 @@ jobs:
|
|||||||
| issue-creator | 创建者筛选 | string | ✖ |
|
| issue-creator | 创建者筛选 | string | ✖ |
|
||||||
| title-includes | 标题包含过滤,不填时无校验 | string | ✖ |
|
| title-includes | 标题包含过滤,不填时无校验 | string | ✖ |
|
||||||
| body-includes | 内容包含过滤,不填时无校验 | string | ✖ |
|
| body-includes | 内容包含过滤,不填时无校验 | string | ✖ |
|
||||||
|
| labels | 标签筛选 | string | ✖ |
|
||||||
| exclude-labels | 排除标签筛选 | string | ✖ |
|
| exclude-labels | 排除标签筛选 | string | ✖ |
|
||||||
| inactive-day | 非活跃天数筛选 | number | ✖ |
|
| inactive-day | 非活跃天数筛选 | number | ✖ |
|
||||||
| direction | 返回 `issues` 排序 | string | ✖ |
|
| direction | 返回 `issues` 排序 | string | ✖ |
|
||||||
|
Reference in New Issue
Block a user