From fbefebf2b5d5e570dac3d33446cbf349d299cd57 Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 24 Apr 2024 11:42:49 +0900 Subject: [PATCH] Add missing `predicate-quantifier` input definition to action.yml --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index e7d24f5c..c7b61691 100644 --- a/action.yml +++ b/action.yml @@ -44,6 +44,13 @@ inputs: This option takes effect only when changes are detected using git against different base branch. required: false default: '100' + predicate-quantifier: + description: | + Optional parameter to override the default behavior of file matching algorithm. + By default files that match at least one pattern defined by the filters will be included. + This parameter 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 outputs: changes: description: JSON array with names of all filters matching any of changed files