-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
skip-duplicate-actions/src/main.ts
Line 295 in 04a1aeb
const pathsFilter: PathsFilter = { |
there should be flexibility to override global path filter. if global is provided via input then it should take precedence
const pathsFilter: PathsFilter = {
global: {
paths: this.inputs.paths,
paths_ignore: this.inputs.pathsIgnore,
backtracking: true
},
...this.inputs.pathsFilter
}
Metadata
Metadata
Assignees
Labels
No labels