Skip to content

Commit

Permalink
Bump actions/labeler from 4.1.0 to 4.2.0 (#119)
Browse files Browse the repository at this point in the history
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.1.0
to 4.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/labeler/releases">actions/labeler's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.0</h2>
<h2>What's Changed</h2>
<p>In the scope of this release, the following outputs were added by <a
href="https://github.com/danielsht86"><code>@​danielsht86</code></a> in
<a
href="https://redirect.github.com/actions/labeler/issues/60">#60</a>:</p>
<ul>
<li><code>new-labels</code> - a comma-separated string that contains all
newly added labels.</li>
<li><code>all-labels</code> - a comma-separated string that contains all
labels currently assigned to the PR.</li>
</ul>
<p>For detailed information, please refer to our <a
href="https://github.com/actions/labeler/tree/0967ca812e7fdc8f5f71402a1b486d5bd061fe20#outputs">updated
documentation</a>.</p>
<p>The issue of encountering an <code>HttpError: Server Error</code>
when adding more than 50 labels has been successfully resolved by <a
href="https://github.com/markmssd"><code>@​markmssd</code></a> in <a
href="https://redirect.github.com/actions/labeler/issues/497">#497</a>.
However, it's important to note that the GitHub API imposes a limit of
100 labels. To ensure smooth operation, a warning message that will
alert you if the number of labels exceeds this limit was implemented.
From this point forward, if more than 100 labels are specified, only the
first 100 will be assigned.</p>
<p>The error handling for the <code>Resource not accessible by
integration</code> error was added by <a
href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a
href="https://redirect.github.com/actions/labeler/issues/405">#405</a>.
Now, if the workflow is misconfigured, the labeler provides a clear
warning and guidance for correction.</p>
<p>This release also includes the following changes:</p>
<ul>
<li>Warn about the limitations of GitHub tokens by <a
href="https://github.com/dfandrich"><code>@​dfandrich</code></a> in <a
href="https://redirect.github.com/actions/labeler/pull/491">actions/labeler#491</a></li>
<li>Improve readme by <a
href="https://github.com/jsoref"><code>@​jsoref</code></a> in <a
href="https://redirect.github.com/actions/labeler/pull/589">actions/labeler#589</a></li>
<li>Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/labeler/pull/591">actions/labeler#591</a></li>
<li>Bump eslint from 8.42.0 to 8.43.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/labeler/pull/592">actions/labeler#592</a></li>
<li>Bump <code>@​typescript-eslint/eslint-plugin</code> from 5.60.0 to
5.60.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/labeler/pull/598">actions/labeler#598</a></li>
<li>Bump <code>@​typescript-eslint/parser</code> from 5.60.0 to 5.60.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/actions/labeler/pull/597">actions/labeler#597</a></li>
<li>Bump <code>@​octokit/plugin-retry</code> from 5.0.2 to 5.0.4 by <a
href="https://github.com/MaksimZhukov"><code>@​MaksimZhukov</code></a>
in <a
href="https://redirect.github.com/actions/labeler/pull/599">actions/labeler#599</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dfandrich"><code>@​dfandrich</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/labeler/pull/491">actions/labeler#491</a></li>
<li><a href="https://github.com/markmssd"><code>@​markmssd</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/labeler/pull/497">actions/labeler#497</a></li>
<li><a
href="https://github.com/danielsht86"><code>@​danielsht86</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/labeler/pull/60">actions/labeler#60</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/labeler/compare/v4...v4.2.0">https://github.com/actions/labeler/compare/v4...v4.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/labeler/commit/0967ca812e7fdc8f5f71402a1b486d5bd061fe20"><code>0967ca8</code></a>
Added output (<a
href="https://redirect.github.com/actions/labeler/issues/60">#60</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/375538a703ac861e63020440563422fc04246dfb"><code>375538a</code></a>
Bump <code>@​octokit/plugin-retry</code> from 5.0.2 to 5.0.4 (<a
href="https://redirect.github.com/actions/labeler/issues/599">#599</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/8d17e8ac4c7d8434ccc0ad5c3fdfe2f56f2b2ab3"><code>8d17e8a</code></a>
Bump <code>@​typescript-eslint/parser</code> from 5.60.0 to 5.60.1 (<a
href="https://redirect.github.com/actions/labeler/issues/597">#597</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/9d45a7438fdc8606099442185bbcf343459eb96f"><code>9d45a74</code></a>
Bump <code>@​typescript-eslint/eslint-plugin</code> from 5.60.0 to
5.60.1 (<a
href="https://redirect.github.com/actions/labeler/issues/598">#598</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/130636aba50d83a269b855d2501e05254de1eb5f"><code>130636a</code></a>
Bump eslint from 8.42.0 to 8.43.0 (<a
href="https://redirect.github.com/actions/labeler/issues/592">#592</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/54aeabf7b5842651b41d9cd2ad20e0caa73563f2"><code>54aeabf</code></a>
Bump <code>@​typescript-eslint/parser</code> from 5.59.11 to 5.60.0 (<a
href="https://redirect.github.com/actions/labeler/issues/593">#593</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/899595ff0140593e7e4bfd1d60fb2a54fc949d2c"><code>899595f</code></a>
Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (<a
href="https://redirect.github.com/actions/labeler/issues/591">#591</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/8056174ee026aec2d0d5596b25946162cd4b1c58"><code>8056174</code></a>
Bump <code>@​typescript-eslint/eslint-plugin</code> from 5.59.11 to
5.60.0 (<a
href="https://redirect.github.com/actions/labeler/issues/594">#594</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/7a202e642846429da2c5219d2c934cbbf46a5d94"><code>7a202e6</code></a>
fix: Limit number of labels added to 100 (<a
href="https://redirect.github.com/actions/labeler/issues/497">#497</a>)</li>
<li><a
href="https://github.com/actions/labeler/commit/b5ff161cf08995cdc0c16c4d30f62b6471eb2db2"><code>b5ff161</code></a>
Explain misconfigured workflow (<a
href="https://redirect.github.com/actions/labeler/issues/405">#405</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/labeler/compare/9fcb2c2f5584144ca754f8bfe8c6f81e77753375...0967ca812e7fdc8f5f71402a1b486d5bd061fe20">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/labeler&package-manager=github_actions&previous-version=4.1.0&new-version=4.2.0)](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>
  • Loading branch information
Marenz authored Jun 30, 2023
2 parents c7958c9 + 97c8bc5 commit 1a67588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
steps:
- name: Labeler
# Only use hashes, see the security comment above
uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # 4.1.0
uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 # 4.2.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1a67588

Please sign in to comment.