Skip to content

global should also be overridable #347

@ahsanashraf918

Description

@ahsanashraf918

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions