Skip to content

Commit

Permalink
docs: update find-issues reference (#117)
Browse files Browse the repository at this point in the history
* chore: update find-issue section

* chore: update find-isssues reference
  • Loading branch information
alexandrebrg committed Sep 16, 2022
1 parent 405d4bd commit cde2648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 ||
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ jobs:
issue-state: 'open'
title-includes: 'this'
body-includes: 'that'
labels: 'documentation'
```

| 参数 | 描述 | 类型 | 必填 |
Expand All @@ -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 ||
Expand Down

0 comments on commit cde2648

Please sign in to comment.