feat: add get-issue (#114)

* feat: add get-issue

* optimize code

* fix

* t

* ttt

* revert

* revert

Co-authored-by: 元凛 <xrkffgg@vip.qq.com>
This commit is contained in:
cyn
2022-09-02 16:37:47 +08:00
committed by GitHub
parent adce2a7049
commit e348bddf55
8 changed files with 54 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ Find the current warehouse issue No. 1, the creator is k and the content contain
- `direction` defaults to ascending order, only when `desc` is set, descending order will be returned
- The `created` `updated` in the returned array, determined by the environment, will be UTC +0
### `find-issues`
## `find-issues`
Find the current repository, the creator is k , the title contains `this` , the body contains `that`, and the list of issues in the open state.