Skip to content

Commit 09f7548

Browse files
dschoguilhem
authored andcommitted
Declare the filter inputs in action.yml
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent cadba1e commit 09f7548

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ inputs:
2121
description: "Aggregate all items in a single issue"
2222
characterLimit:
2323
description: "Limit size of issue content"
24+
titleFilter:
25+
description: "Filter out entries whose titles match this regex"
26+
contentFilter:
27+
description: "Filter out entries whose contents match this regex"
2428
outputs:
2529
issues:
2630
description: "issues id, comma separated"

0 commit comments

Comments
 (0)