mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 09:21:34 +00:00
Adds global filter option
This commit is contained in:
parent
9a3e560c61
commit
14827485d3
7 changed files with 83 additions and 20 deletions
|
@ -50,6 +50,11 @@ inputs:
|
|||
This option takes effect only when changes are detected using git against different base branch.
|
||||
required: false
|
||||
default: '100'
|
||||
global-ignore:
|
||||
description: |
|
||||
Globally set ignore patterns on all filters via a file. Accepts a file path to a file with new line separate list.
|
||||
Like a .gitignore but for your filtering.
|
||||
required: false
|
||||
outputs:
|
||||
changes:
|
||||
description: JSON array with names of all filters matching any of changed files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue