try to support a single ignore expression

This commit is contained in:
Timothy Morey
2021-09-17 17:16:50 -04:00
parent 1169721b22
commit 2bc73c5967
3 changed files with 26 additions and 0 deletions

View File

@@ -51,3 +51,6 @@ inputs:
ORG_PROJECTS:
description: "Default organisation projects"
required: false
IGNORE:
description: "A regular expression that matches files that should be ignored when searching for TODOs"
required: false