feat: add assignees to find-issues (#192)

* feat: add assignees to find-issues

* docs: update
This commit is contained in:
xrkffgg
2024-02-18 14:15:52 +08:00
committed by GitHub
parent e0e6d4a469
commit 556cc4f66e
4 changed files with 6 additions and 4 deletions

View File

@@ -975,8 +975,8 @@ Find the current repository, the creator is k , the title contains `this` , the
```js
[
{number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', created: '', updated: ''},
{number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', created: '', updated: ''},
{number: 1, auth: 'x', body: 'xxx', body: 'xxx', state: 'open', assignees: ['x1', 'x2'], created: '', updated: ''},
{number: 2, auth: 'x', body: 'xxx', body: 'xxx', state: 'closed', assignees: ['x1', 'x2'], created: '', updated: ''},
]
```