Skip to content

Commit

Permalink
docs: document default issue filtering (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffcode authored Feb 18, 2024
1 parent fac636e commit e0e6d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,7 @@ Find the current repository, the creator is k , the title contains `this` , the
]
```

- `issue-state`: The default is `open`. Other values are: `closed`, `all`
- `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
- `exclude-labels`: When set to include `$exclude-empty`, no label issue can be excluded
Expand Down

0 comments on commit e0e6d4a

Please sign in to comment.