Update tj-actions/changed-files action to v37 #209
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v35
->v37
Release Notes
tj-actions/changed-files (tj-actions/changed-files)
v37
Compare Source
Changes in v37.6.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.6.0
Changes in v37.5.2
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.5.2
Changes in v37.5.1
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.5.1
Changes in v37.5.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.5.0
Changes in v37.4.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.4.0
Changes in v37.3.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.3.0
Changes in v37.2.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.2.0
Changes in v37.1.2
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.1.2
Changes in v37.1.1
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.1.1
Changes in v37.1.0
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.1.0
Changes in v37.0.5
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.5
Changes in v37.0.4
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.4
Changes in v37.0.3
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.3
Changes in v37.0.2
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.2
Changes in v37.0.1
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.1
Changes in v37.0.0
🚀 New Feature
Example
🔥 Breaking Change
dir_names_exclude_root
input which has been replaced bydir_names_exclude_current_dir
What's Changed
Full Changelog: tj-actions/changed-files@v36...v37.0.0
v36
Compare Source
Changes in v36.4.1
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.1
Changes in v36.4.0
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.0
Changes in v36.3.0
🚀 New Features
files_yaml
,files_yaml_from_source_file
this enables creating filters using YAML.Example
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.3.0
Changes in v36.2.1
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.1
Changes in v36.2.0
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.0
Changes in v36.1.0
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.1.0
Changes in v36.0.18
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.18
Changes in v36.0.17
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.17
Changes in v36.0.16
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.16
Changes in v36.0.15
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.15
Changes in v36.0.14
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.14
Changes in v36.0.13
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.13
Changes in v36.0.12
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.12
Changes in v36.0.11
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.11
Changes in v36.0.10
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.10
Changes in v36.0.9
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.9
Changes in v36.0.8
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.8
Changes in v36.0.7
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.7
Changes in v36.0.6
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.6
Changes in v36.0.5
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.5
Changes in v36.0.4
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.4
Changes in v36.0.3
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.3
Changes in v36.0.2
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.2
Changes in v36.0.1
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.1
Changes in v36.0.0
🚀 Announcing v36: Major Performance Improvements and Enhanced Functionality!
We're thrilled to announce the release of v36! This new version brings a lot of exciting improvements and sets the stage for even more progress in the future.
We've made a major upgrade from a composite action to a javascript action, which brings a number of benefits, including:
**.js
would match all .js filesAnd that's just the beginning! We've also made some important changes to our inputs and outputs:
🔥🔥 BREAKING CHANGES 🔥 🔥
Inputs
json_raw_format
: We've changed this input toescape_json
, which returns unescaped values when set tofalse
.match_directories
: We've removed this input, but you can still get matching directories by settingdir_names
totrue
.diff_relative
: This input now has a default value oftrue
.files_from_source_file_separator
: We've added this input to enable using a custom separator to split filenames passed via thefiles_from_source_file
input.files_ignore_from_source_file_separator
: We've also added this input with a similar use case for thefiles_ignore_from_source_file
input.Outputs
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.