From 209e61402dbca8aa44f967535da6666b284025ed Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Fri, 12 Sep 2025 22:58:41 +0200 Subject: [PATCH] Add missing predicate-quantifier --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index e7d24f5..f03ed40 100644 --- a/action.yml +++ b/action.yml @@ -44,6 +44,11 @@ inputs: This option takes effect only when changes are detected using git against different base branch. required: false default: '100' + predicate-quantifier: + description: | + allows to override the "at least one pattern" behavior to make it so that all of the patterns have to match or otherwise the file is excluded. + required: false + default: 'some' outputs: changes: description: JSON array with names of all filters matching any of changed files