We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de90cc6 commit 209e614Copy full SHA for 209e614
action.yml
@@ -44,6 +44,11 @@ inputs:
44
This option takes effect only when changes are detected using git against different base branch.
45
required: false
46
default: '100'
47
+ predicate-quantifier:
48
+ description: |
49
+ 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.
50
+ required: false
51
+ default: 'some'
52
outputs:
53
changes:
54
description: JSON array with names of all filters matching any of changed files
0 commit comments