From e0e6d4a4695d803b381d645b836d0348647ac490 Mon Sep 17 00:00:00 2001 From: buffcode Date: Sun, 18 Feb 2024 06:52:38 +0100 Subject: [PATCH] docs: document default issue filtering (#191) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68bb34b..9dfce9f 100644 --- a/README.md +++ b/README.md @@ -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