Skip to content
Compare
Choose a tag to compare
@jackton1 jackton1 released this 16 Jun 06:53
· 908 commits to main since this release
9bf0914

馃殌 New Features

  • introduces the files_yaml, files_yaml_from_source_file this enables creating filters using YAML.

Example

      - name: Get all test, doc and src files that have changed
        id: changed-files-yml
        uses: tj-actions/changed-files@v36
        with:
          files_yaml: |
            doc:
              - *.md
              - docs/**
              - !docs/README.md
            test:
              - test/**
              - !test/README.md
            src:
              - src/**

What's Changed

Full Changelog: v36...v36.3.0