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 | ✖ |