mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Bump mheap/github-action-required-labels from 5.5.2 to 5.6.0 (#5769)
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 5.5.2 to 5.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mheap/github-action-required-labels/releases">mheap/github-action-required-labels's releases</a>.</em></p> <blockquote> <h2>v5.6.0</h2> <h2>What's Changed</h2> <ul> <li>Bump GitHub client to v7 by <a href="https://github.com/VincentLanglet"><code>@VincentLanglet</code></a> in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/96">mheap/github-action-required-labels#96</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/VincentLanglet"><code>@VincentLanglet</code></a> made their first contribution in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/96">mheap/github-action-required-labels#96</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mheap/github-action-required-labels/compare/v5.5.2...v5.6.0">https://github.com/mheap/github-action-required-labels/compare/v5.5.2...v5.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="23e10fde7e"><code>23e10fd</code></a> Automatic compilation</li> <li><a href="6e4081ebcb"><code>6e4081e</code></a> Replace nock with undici in tests + bump GH client to v7 (<a href="https://redirect.github.com/mheap/github-action-required-labels/issues/96">#96</a>)</li> <li>See full diff in <a href="0ac283b4e6...23e10fde7e">compare view</a></li> </ul> </details> <br />
This commit is contained in:
commit
ddceff6962
2
.github/workflows/check-required-label.yml
vendored
2
.github/workflows/check-required-label.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
check-required-label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
|
||||
- uses: mheap/github-action-required-labels@23e10fde7e062233401931a0eece796cd9bf3177 # v5
|
||||
with:
|
||||
mode: exactly
|
||||
count: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue