Skip to content

Commit fd9462c

Browse files
chore(deps): bump aws-actions/closed-issue-message from 1 to 2 (#33271)
Bumps [aws-actions/closed-issue-message](https://github.com/aws-actions/closed-issue-message) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-actions/closed-issue-message/releases">aws-actions/closed-issue-message's releases</a>.</em></p> <blockquote> <h2>v2</h2> <h2>What's Changed</h2> <ul> <li>updated the Eslint and cross-spawn versions in <a href="https://redirect.github.com/aws-actions/closed-issue-message/pull/12">aws-actions/closed-issue-message#12</a></li> <li>feat!: refactor to latest core library in <a href="https://redirect.github.com/aws-actions/closed-issue-message/pull/14">aws-actions/closed-issue-message#14</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/aws-actions/closed-issue-message/compare/v1...v2">https://github.com/aws-actions/closed-issue-message/compare/v1...v2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/10aaf6366131b673a7c8b7742f8b3849f1d44f18"><code>10aaf63</code></a> Merge pull request <a href="https://redirect.github.com/aws-actions/closed-issue-message/issues/14">#14</a> from aws-actions/refactor</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/221031713c80a4f7c766a90e6f7f611af9681666"><code>2210317</code></a> fix: typo in createComment</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/192f5330ee65cff4e0bc9363da8251f4bfa50b02"><code>192f533</code></a> fix: check in dependencies</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/0fb42920a7c792dfde663754a403c1d97fa4b6e7"><code>0fb4292</code></a> feat!: refactor to latest core library</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/37548691e7cc75ba58f85c9f873f9eee43590449"><code>3754869</code></a> Merge pull request <a href="https://redirect.github.com/aws-actions/closed-issue-message/issues/12">#12</a> from khushail/khushail/spawnUpdate</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/2edae792d8b11db5a74806261ae3c8f989b1724c"><code>2edae79</code></a> updated the Eslint and cross-spawn versions</li> <li><a href="https://github.com/aws-actions/closed-issue-message/commit/80edfc24bdf1283400eb04d20a8a605ae8bf7d48"><code>80edfc2</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/aws-actions/closed-issue-message/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-actions/closed-issue-message&package-manager=github_actions&previous-version=1&new-version=2)](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't alter 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 edits that 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 after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent be231ed commit fd9462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lock-issue-pr-with-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: aws-actions/closed-issue-message@v1
16+
- uses: aws-actions/closed-issue-message@v2
1717
with:
1818
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1919
message: |

0 commit comments

Comments
 (0)