Skip to content

Commit 300b867

Browse files
build(deps): bump mheap/github-action-required-labels from 4 to 5 (#999)
Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 4 to 5. <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</h2> <p>Tag that always points to the latest commit in the v5.x.x series of releases</p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Support running multiple instances without collision by <a href="https://github.com/zhimsel"><code>@​zhimsel</code></a> in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/54">mheap/github-action-required-labels#54</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mheap/github-action-required-labels/compare/v4.1.0...v5.0.0">https://github.com/mheap/github-action-required-labels/compare/v4.1.0...v5.0.0</a></p> <h2>v4.1.1</h2> <ul> <li>Fix build step by switching to <code>ubuntu-latest</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mheap/github-action-required-labels/compare/v4.1.0...v4.1.1">https://github.com/mheap/github-action-required-labels/compare/v4.1.0...v4.1.1</a></p> <h2>v4.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add newline after the match token in error comments by <a href="https://github.com/zhimsel"><code>@​zhimsel</code></a> in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/55">mheap/github-action-required-labels#55</a></li> <li>Labels Output by <a href="https://github.com/jeff-miller-cfa"><code>@​jeff-miller-cfa</code></a> in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/56">mheap/github-action-required-labels#56</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zhimsel"><code>@​zhimsel</code></a> made their first contribution in <a href="https://redirect.github.com/mheap/github-action-required-labels/pull/55">mheap/github-action-required-labels#55</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mheap/github-action-required-labels/compare/v4.0.0...v4.1.0">https://github.com/mheap/github-action-required-labels/compare/v4.0.0...v4.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mheap/github-action-required-labels/commit/8c23b2a5dd991324e5f37b3fea9dfce5afd7657e"><code>8c23b2a</code></a> Automatic compilation</li> <li><a href="https://github.com/mheap/github-action-required-labels/commit/1b8424df557fae55fef867af22d5d0625fe6742f"><code>1b8424d</code></a> Update README to v5</li> <li><a href="https://github.com/mheap/github-action-required-labels/commit/418d9eb4e79b6ba0ec64538e261b3e87c946f8ba"><code>418d9eb</code></a> Support running multiple instances without collision (<a href="https://redirect.github.com/mheap/github-action-required-labels/issues/54">#54</a>)</li> <li>See full diff in <a href="https://github.com/mheap/github-action-required-labels/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mheap/github-action-required-labels&package-manager=github_actions&previous-version=4&new-version=5)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4674e78 commit 300b867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/housekeeping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ github.actor != 'dependabot[bot]' }}
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: mheap/github-action-required-labels@v4
73+
- uses: mheap/github-action-required-labels@v5
7474
with:
7575
mode: minimum
7676
count: 1

0 commit comments

Comments
 (0)