Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit668269b

Browse files
Bump tj-actions/changed-files from 43 to 44 (#2820)
Bumps[tj-actions/changed-files](https://github.com/tj-actions/changed-files)from 43 to 44.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files'sreleases</a>.</em></p><blockquote><h2>v44</h2><h1>Changes in v44.0.0</h1><h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2><h3>Overview</h3><p>We've made a significant update to how pull requests (PRs) fromforked repositories are processed. This improvement not only streamlinesthe handling of such PRs but also fixes a previously identifiedissue.</p><h3>Before the Change</h3><p>Previously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.</p><h3>What Has Changed</h3><p>With this update, a pull request from a fork will now<strong>only</strong> include the files that were explicitly changed inthe fork. This ensures that the list of changed files in a PR accuratelyreflects the contributions from the fork, without being muddled byunrelated changes to the target branch.</p><hr /><h2>What's Changed</h2><ul><li>Upgraded to v43.0.1 by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2004">tj-actions/changed-files#2004</a></li><li>chore(deps): lock file maintenance by <ahref="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2005">tj-actions/changed-files#2005</a></li><li>chore(deps): update typescript-eslint monorepo to v7.4.0 by <ahref="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2006">tj-actions/changed-files#2006</a></li><li>fix: bug with prs from forks returning incorrect set of changedfiles by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2007">tj-actions/changed-files#2007</a></li><li>fix: check for setting remote urls for forks by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2009">tj-actions/changed-files#2009</a></li><li>fix: update to add the fork remote by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2010">tj-actions/changed-files#2010</a></li><li>fix: update previous sha for forks by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2011">tj-actions/changed-files#2011</a></li><li>fix: ensure the fork remote doesn't exists before creating it by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2012">tj-actions/changed-files#2012</a></li><li>chore: update description of other_deleted_files output by <ahref="https://github.com/tonyejack1"><code>@​tonyejack1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2008">tj-actions/changed-files#2008</a></li><li>Updated README.md by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2013">tj-actions/changed-files#2013</a></li><li>remove: unused code by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2014">tj-actions/changed-files#2014</a></li><li>chore: update description of outputs removing asterisks by <ahref="https://github.com/tonyejack1"><code>@​tonyejack1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2015">tj-actions/changed-files#2015</a></li><li>Updated README.md by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2016">tj-actions/changed-files#2016</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/tonyejack1"><code>@​tonyejack1</code></a> madetheir first contribution in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/2008">tj-actions/changed-files#2008</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0">https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0</a></p><hr /><h2>v44.0.0</h2><h2>🔥🔥 BREAKING CHANGE 🔥🔥</h2><h3>Overview</h3><p>We've made a significant update to how pull requests (PRs) fromforked repositories are processed. This improvement not only streamlinesthe handling of such PRs but also fixes a previously identifiedissue.</p><h3>Before the Change</h3><p>Previously, when you created a pull request from a forked repository,any files changed in the target branch after the PR creation woulderroneously appear as part of the PR's changed files. This made itdifficult to distinguish between the actual changes introduced by the PRand subsequent changes made directly to the target branch.</p><h3>What Has Changed</h3><p>With this update, a pull request from a fork will now<strong>only</strong> include the files that were explicitly changed inthe fork. This ensures that the list of changed files in a PR accuratelyreflects the contributions from the fork, without being muddled byunrelated changes to the target branch.</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files'schangelog</a>.</em></p><blockquote><h1>Changelog</h1><h1><ahref="https://github.com/tj-actions/changed-files/compare/v43.0.1...v44.0.0">44.0.0</a>- (2024-03-27)</h1><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Ensure the fork remote doesn't exists before creating it (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2012">#2012</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/4bbd49b9986b1300b75e8efb5778350b750ae6c8">4bbd49b</a>)- (Tonye Jack)</li><li>Update previos sha for forks (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2011">#2011</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/f0e7702ccc35952acb83edeb7400b05c0a67e2be">f0e7702</a>)- (Tonye Jack)</li><li>Update to add the fork remote (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2010">#2010</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/6354e6c5426d1e7c7a2d8a5887e26b535837958e">6354e6c</a>)- (Tonye Jack)</li><li>Check for setting remote urls for forks (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2009">#2009</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/117616472fb771d9e030aa0c3741057ad520d9cf">1176164</a>)- (Tonye Jack)</li><li>Bug with prs from forks returning incorrect set of changed files (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2007">#2007</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/4ff79362e5015d6d0c6c0050b3082c97a5b7e84a">4ff7936</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->➖ Remove</h2><ul><li>Unused code (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2014">#2014</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/90941b398f6d8d3ade3e2b8f179d0c64f3679de6">90941b3</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->🔄 Update</h2><ul><li>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2016">#2016</a>)</li></ul><p>Co-authored-by: jackton1 <ahref="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a>(<ahref="https://github.com/tj-actions/changed-files/commit/2d756ea4c53f7f6b397767d8723b3a10a9f35bf2">2d756ea</a>)- (tj-actions[bot])</p><ul><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/2d21bbb405b3e0e15479b93c4d9989b4b780a266">2d21bbb</a>)- (Tonye Jack)</li><li>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2013">#2013</a>)</li></ul><p>Co-authored-by: jackton1 <ahref="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a>(<ahref="https://github.com/tj-actions/changed-files/commit/2ca8dc42f60aab6d0f54beb4e1bd63f15aa53632">2ca8dc4</a>)- (tj-actions[bot])</p><ul><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/4621617d4b568fe72798b05a512482442405549c">4621617</a>)- (tonyejack1)</li><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/c6557ed000b9d1dbc0abcb5c2a7efc1ef3baa379">c6557ed</a>)- (Tonye Jack)</li><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/0713a11242c796d0e601c9ac8f009c2beed0d646">0713a11</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2><ul><li>Update description of outputs removing asterisks (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2015">#2015</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/ce497c39e9043c5dec72f4506445f6b5dbd1f027">ce497c3</a>)- (tonyejack1)</li><li>Update description of other_deleted_files output (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2008">#2008</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/ee096d679e877096b9d6e42066f654e0d9d65b1a">ee096d6</a>)- (tonyejack1)</li><li><strong>deps:</strong> Update typescript-eslint monorepo to v7.4.0(<ahref="https://github.com/tj-actions/changed-files/commit/064742427d8106b59345e3fabb40031068c82c41">0647424</a>)- (renovate[bot])</li><li><strong>deps:</strong> Lock file maintenance (<ahref="https://github.com/tj-actions/changed-files/commit/efe5e6c7a415f33e8936dea8c45a8fe80be66a92">efe5e6c</a>)- (renovate[bot])</li></ul><h2><!-- raw HTML omitted -->⬆️ Upgrades</h2><ul><li>Upgraded to v43.0.1 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2004">#2004</a>)</li></ul><p>Co-authored-by: jackton1 <ahref="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a>(<ahref="https://github.com/tj-actions/changed-files/commit/01e9662a12a71c5aea74e82ca1c58fa76a640c61">01e9662</a>)- (tj-actions[bot])</p><h1><ahref="https://github.com/tj-actions/changed-files/compare/v43.0.0...v43.0.1">43.0.1</a>- (2024-03-20)</h1><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Remove warning with detecting the local git repository when usingGithub's REST API (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2002">#2002</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/077b23f6a68d9322b1b4ed4d0c88791b30b314d8">077b23f</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->📦 Bumps</h2><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/tj-actions/changed-files/commit/2d756ea4c53f7f6b397767d8723b3a10a9f35bf2"><code>2d756ea</code></a>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2016">#2016</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/ce497c39e9043c5dec72f4506445f6b5dbd1f027"><code>ce497c3</code></a>chore: update description of outputs removing asterisks (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2015">#2015</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/2d21bbb405b3e0e15479b93c4d9989b4b780a266"><code>2d21bbb</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/90941b398f6d8d3ade3e2b8f179d0c64f3679de6"><code>90941b3</code></a>remove: unused code (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2014">#2014</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/2ca8dc42f60aab6d0f54beb4e1bd63f15aa53632"><code>2ca8dc4</code></a>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2013">#2013</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/ee096d679e877096b9d6e42066f654e0d9d65b1a"><code>ee096d6</code></a>chore: update description of other_deleted_files output (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2008">#2008</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/4621617d4b568fe72798b05a512482442405549c"><code>4621617</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/4bbd49b9986b1300b75e8efb5778350b750ae6c8"><code>4bbd49b</code></a>fix: ensure the fork remote doesn't exists before creating it (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2012">#2012</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/c6557ed000b9d1dbc0abcb5c2a7efc1ef3baa379"><code>c6557ed</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/f0e7702ccc35952acb83edeb7400b05c0a67e2be"><code>f0e7702</code></a>fix: update previos sha for forks (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/2011">#2011</a>)</li><li>Additional commits viewable in <ahref="https://github.com/tj-actions/changed-files/compare/v43...v44">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=43&new-version=44)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentc81c447 commit668269b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-name:Obtiene la lista de archivos .po con cambios (sólo en PRs)
5353
if:github.event_name == 'pull_request'
5454
id:changed-po-files
55-
uses:tj-actions/changed-files@v43
55+
uses:tj-actions/changed-files@v44
5656
with:
5757
files:|
5858
**/*.po

‎.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install -r base-branch/requirements.txt
3838
-name:Obtiene lista de archivos con cambios
3939
id:changed-files
40-
uses:tj-actions/changed-files@v43
40+
uses:tj-actions/changed-files@v44
4141
with:
4242
files:|
4343
**/*.po

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp