Compare commits

...

5 Commits

Author SHA1 Message Date
Christopher Pfohl
66dccf65b3
Merge 8b332e46d8 into 668c092af3 2025-11-27 10:27:00 +01:00
Michal Dorner
668c092af3
Merge pull request #279 from wardpeet/patch-1
Add missing predicate-quantifier
2025-11-25 21:31:09 +01:00
Ward Peeters
209e61402d
Add missing predicate-quantifier 2025-09-12 22:58:41 +02:00
Christopher Pfohl
8b332e46d8
Merge pull request #1 from Crisfole/readme-troubleshooting
Add Troubleshooting Section to README
2023-06-07 10:11:35 -04:00
Christopher Pfohl
216456a5df
Add Troubleshooting Section to README
I bumped into this issue and solved it right as I was writing up the issue. Added it to the README here. I imagine you get a bunch of FAQs or bugs, this could be a great way to help prevent issues.
2023-06-07 10:10:55 -04:00
2 changed files with 15 additions and 0 deletions

View File

@ -562,6 +562,16 @@ jobs:
- [test-reporter](https://github.com/dorny/test-reporter) - Displays test results from popular testing frameworks directly in GitHub
## Troubleshooting
If you are having trouble with this action check for your error message here to see if it can be resolved.
<details>
<summary>bad indentation of a mapping entry</summary>
This is most likely caused by invalid YAML, (a missing close quote, or mismatched indentation inside your `filters: |`. The easiest way to debug this is to copy your `filters: |` content into a file with yaml syntax highlighting.
</details>
## License
The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/paths-filter/blob/master/LICENSE)

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:
changes:
description: JSON array with names of all filters matching any of changed files