This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
feat(github-action)!: Update tj-actions/changed-files action to v37.0.4 #137
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:
v34.5.3
->v37.0.4
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
tj-actions/changed-files (tj-actions/changed-files)
v37.0.4
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.4
v37.0.3
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.3
v37.0.2
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.2
v37.0.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v37...v37.0.1
v37.0.0
Compare Source
🚀 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.4.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.1
v36.4.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.0
v36.3.0
Compare Source
🚀 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
v36.2.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.1
v36.2.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.0
v36.1.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.1.0
v36.0.18
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.18
v36.0.17
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.17
v36.0.16
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.16
v36.0.15
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.15
v36.0.14
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.14
v36.0.13
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.13
v36.0.12
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.12
v36.0.11
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.11
v36.0.10
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.10
v36.0.9
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.9
v36.0.8
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.8
v36.0.7
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.7
v36.0.6
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.6
v36.0.5
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.5
v36.0.4
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.4
v36.0.3
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.3
v36.0.2
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.2
v36.0.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.0.1
v36.0.0
Compare Source
🚀 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
any_(changed|modified|deleted)
: This output now always returns either atrue
orfalse
as opposed to an empty string when there are no patterns.only_(changed|modified|deleted)
: Similar changes also apply here, which now return either atrue
orfalse
.Versioning
[...]-sec
tags will no longer be created going forward, with the introduction of this new design.We're excited about all of these changes and can't wait for you to try them out. As always, if you have any questions or feedback, please don't hesitate to reach out!
Full Changelog: tj-actions/changed-files@v35...v36.0.0
v35.9.3
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35.9.2...v35.9.3
v35.9.2
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.9.2
v35.9.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.9.1
v35.9.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.9.0
v35.8.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.8.0
v35.7.12
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.7.12
v35.7.11
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.7.11
v35.7.10
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.7.10
v35.7.9
Compare Source
What's Changed
New Contributors
Full Changelog: tj-actions/changed-files@v35...v35.7.9
v35.7.8
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35.7.7...v35.7.8
v35.7.7
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35.7.6...v35.7.7
v35.7.6
Compare Source
What’s Changed
Full Changelog: tj-actions/changed-files@v35.7.5...v35.7.6
v35.7.5
Compare Source
What’s Changed
Full Changelog: tj-actions/changed-files@v35.7.4...v35.7.5
v35.7.4
Compare Source
What’s Changed
Full Changelog: tj-actions/changed-files@v35.7.3...v35.7.4
v35.7.3
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35.7.2...v35.7.3
v35.7.2
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35.7.1...v35.7.2
v35.7.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v35...v35.7.1
v35.7.0
[Compare Source](https://togithub.com/tj-actions/changed
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.