diff --git a/README.md b/README.md index 7ad9913..d7c1119 100644 --- a/README.md +++ b/README.md @@ -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 | ✖ | diff --git a/README.zh-CN.md b/README.zh-CN.md index 52428cd..a45352d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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 | ✖ |