Skip to content

Commit

Permalink
Declare the filter inputs in action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho authored and guilhem committed Feb 10, 2021
1 parent cadba1e commit 09f7548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ inputs:
description: "Aggregate all items in a single issue"
characterLimit:
description: "Limit size of issue content"
titleFilter:
description: "Filter out entries whose titles match this regex"
contentFilter:
description: "Filter out entries whose contents match this regex"
outputs:
issues:
description: "issues id, comma separated"
Expand Down

0 comments on commit 09f7548

Please sign in to comment.