Find directories that contain changes on pull_request or push event.
Based on inputs, will either:
- list all directories containing changes that match the specified
nesting level (e.g. 1for top-level directories,2for second-level nested directories, etc)
- List all directories containing changes that also contain a named file.
- uses: smartlyio/find-changes-action@v2
  with:
    directory_levels: 1
    exclude: '^(\.github($|\/.*))|(EXCLUDE_.*)'- uses: smartlyio/find-changes-action@v2
  with:
    directory_containing: 'config.yml'
    # use the default exclude only omitting .github and subdirectories