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'
|
||||
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 | ✖ |
|
||||
|
Reference in New Issue
Block a user