extend to support a comma-delimited list of patterns

This commit is contained in:
Timothy Morey
2021-09-20 12:45:07 -04:00
parent 2bc73c5967
commit bec4b579f8
3 changed files with 17 additions and 5 deletions

View File

@@ -52,5 +52,5 @@ inputs:
description: "Default organisation projects"
required: false
IGNORE:
description: "A regular expression that matches files that should be ignored when searching for TODOs"
description: "A collection of comma-delimited regular expression that matches files that should be ignored when searching for TODOs"
required: false