mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

Support glob for "requires" in dependent rule?

Open andrewbihl opened this issue 3 years ago • 0 comments

Are there any plans to support globs or regex in the files/require argument in the dependent rule?

Use case is:

 - do: dependent
        changed:
          file: '**/schemas/**/*.sql'
          required: ['**/schemas/**/Changelog.md']
        message: 'Update Changelog.md for schema changes'

andrewbihl avatar Mar 30 '22 05:03 andrewbihl