Merge branch 'master' into feat-add-any-all

This commit is contained in:
Scott Crooks 2025-11-27 10:27:10 +01:00 committed by GitHub
commit 4c5aaae1a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
all_changed:
description: Boolean value indicating if all of the filters contained at least one changed file