mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-16 14:11:20 +00:00
build(deps): bump mitchellh/vouch/action/manage-by-issue from 1.4.2 to 1.5.0 (#13312)
Bumps [mitchellh/vouch/action/manage-by-issue](https://github.com/mitchellh/vouch) from 1.4.2 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mitchellh/vouch/releases">mitchellh/vouch/action/manage-by-issue's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h2>What's New</h2> <h3>Improvements</h3> <p>-<strong><code>action/check-issue</code></strong> has a new option <code>auto-lock</code> to automatically lock closed issues. (<a href="https://redirect.github.com/mitchellh/vouch/pull/90">#90</a>)</p> <ul> <li><strong><code>gh-manage-by-discussion</code></strong> supports numerical IDs. (<a href="https://redirect.github.com/mitchellh/vouch/pull/77">#77</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d66fa29a64"><code>d66fa29</code></a> Merge pull request <a href="https://redirect.github.com/mitchellh/vouch/issues/93">#93</a> from mitchellh/dependabot/github_actions/actions/check...</li> <li><a href="c22b93d0e8"><code>c22b93d</code></a> Bump actions/checkout from 6.0.2 to 7.0.0</li> <li><a href="baeb3bf7c7"><code>baeb3bf</code></a> Merge pull request <a href="https://redirect.github.com/mitchellh/vouch/issues/90">#90</a> from trag1c/lock-issues</li> <li><a href="52aec3d646"><code>52aec3d</code></a> add an option to lock closed issues</li> <li><a href="3dbc69c691"><code>3dbc69c</code></a> Merge pull request <a href="https://redirect.github.com/mitchellh/vouch/issues/87">#87</a> from freepicheep/example-attribute</li> <li><a href="a6933466b4"><code>a693346</code></a> Update VOUCHED list</li> <li><a href="21177c0fec"><code>21177c0</code></a> Merge pull request <a href="https://redirect.github.com/mitchellh/vouch/issues/74">#74</a> from pavelzw/vouch-cli</li> <li><a href="527cdc3488"><code>527cdc3</code></a> Merge pull request <a href="https://redirect.github.com/mitchellh/vouch/issues/81">#81</a> from mitchellh/dependabot/github_actions/hustcer/setup...</li> <li><a href="1895e9c54f"><code>1895e9c</code></a> feat: use <a href="https://github.com/example"><code>@example</code></a> attribute for command examples</li> <li><a href="8c80ada45b"><code>8c80ada</code></a> Update README</li> <li>Additional commits viewable in <a href="c6d80ead49...d66fa29a64">compare view</a></li> </ul> </details> <br /> [](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 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>
This commit is contained in:
2
.github/workflows/vouch-manage-by-issue.yml
vendored
2
.github/workflows/vouch-manage-by-issue.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- uses: mitchellh/vouch/action/manage-by-issue@c6d80ead49839655b61b422700b7a3bc9d0804a9 # v1.4.2
|
||||
- uses: mitchellh/vouch/action/manage-by-issue@d66fa29a64600490892131ad87597c30c91fcac4 # v1.5.0
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
issue-id: ${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user