From 411e02e2cfea2e16e59d8c48cb6f673f2e495049 Mon Sep 17 00:00:00 2001 From: Jim Kane Date: Thu, 12 Mar 2026 12:21:21 -0500 Subject: [PATCH] Revert "Add missing predicate-quantifier" This reverts commit db5b44dca03757994a6bd8936b70ab8093fe991c. --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index f03ed40..e7d24f5 100644 --- a/action.yml +++ b/action.yml @@ -44,11 +44,6 @@ 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