Changed Files Versions Save

:octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.

v44.3.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.2.0...v44.3.0

v44.2.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.1.0...v44.2.0

v44.1.0

3 weeks ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.0.1...v44.1.0

v44.0.1

4 weeks ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44...v44.0.1

v44

1 month ago

Changes in v44.3.0

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.2.0...v44.3.0


Changes in v44.2.0

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.1.0...v44.2.0


Changes in v44.1.0

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44.0.1...v44.1.0


Changes in v44.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v44...v44.0.1


Changes in v44.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

Overview

We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.

Before the Change

Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.

What Has Changed

With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.


What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0


v44.0.0

1 month ago

🔥🔥 BREAKING CHANGE 🔥🔥

Overview

We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.

Before the Change

Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.

What Has Changed

With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.


What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0

v43.0.1

1 month ago

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v43...v43.0.1

v43

1 month ago

Changes in v43.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v43...v43.0.1


Changes in v43.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • any_{changed, modified, deleted} outputs now return true when no file/directory patterns are specified.

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v43.0.0


v43.0.0

1 month ago

🔥🔥 BREAKING CHANGE 🔥🔥

  • any_{changed, modified, deleted} outputs now return true when no file/directory patterns are specified.

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v43.0.0

v42.1.0

1 month ago

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

[!NOTE]

  • Activating this setting will automatically set json to true and escape_json to false. It is recommended for scenarios requiring these specific configurations.

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.1.0