Skip to content

Commit

Permalink
Bump github/combine-prs from 5.1.0 to 5.2.0 (#765)
Browse files Browse the repository at this point in the history
Bumps [github/combine-prs](https://github.com/github/combine-prs) from
5.1.0 to 5.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/combine-prs/releases">github/combine-prs's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>assignees</code> Feature by <a
href="https://github.com/marijoo"><code>@​marijoo</code></a> in <a
href="https://redirect.github.com/redirect.github.combine-prs/pull/59">github/combine-prs#59</a></li>
<li>Updates and cleanup by <a
href="https://github.com/GrantBirki"><code>@​GrantBirki</code></a> in <a
href="https://redirect.github.com/redirect.github.combine-prs/pull/60">github/combine-prs#60</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/marijoo"><code>@​marijoo</code></a> made
their first contribution in <a
href="https://redirect.github.com/redirect.github.combine-prs/pull/59">github/combine-prs#59</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0">https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/combine-prs/commit/2909f404763c3177a456e052bdb7f2e85d3a7cb3"><code>2909f40</code></a>
Merge pull request <a
href="https://redirect.github.com/redirect.github.combine-prs/issues/60">#60</a>
from github/updates-and-cleanup</li>
<li><a
href="https://github.com/github/combine-prs/commit/85ba5345a14c10a6d9615adc9b3e6ede37983a54"><code>85ba534</code></a>
require 100% function coverage</li>
<li><a
href="https://github.com/github/combine-prs/commit/ff923951418ea700a6257dbf4341354074957d88"><code>ff92395</code></a>
package updates</li>
<li><a
href="https://github.com/github/combine-prs/commit/6433c6dd5ef75c0532390049ac22c6eb16475672"><code>6433c6d</code></a>
update all packages and bundle</li>
<li><a
href="https://github.com/github/combine-prs/commit/8da116be2ef384bab9cdf2a363b59646f768facd"><code>8da116b</code></a>
<code>label</code> -&gt; <code>assignee</code> for clarity</li>
<li><a
href="https://github.com/github/combine-prs/commit/e7a7e2371f9563a67fec2be9cb96008d44dbdf93"><code>e7a7e23</code></a>
Merge pull request <a
href="https://redirect.github.com/redirect.github.combine-prs/issues/59">#59</a>
from marijoo/assignees</li>
<li><a
href="https://github.com/github/combine-prs/commit/21c8b7fb2e011bcc916169e30ced2ca6887d647c"><code>21c8b7f</code></a>
feat: add <code>assignees</code> feature</li>
<li>See full diff in <a
href="https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/combine-prs&package-manager=github_actions&previous-version=5.1.0&new-version=5.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 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>
  • Loading branch information
tylerbertrand authored Oct 11, 2024
2 parents 8753a68 + 47ae3ad commit deb712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: combine-dependabot-prs
uses: github/combine-prs@v5.1.0
uses: github/combine-prs@v5.2.0
with:
branch_regex: ^(dependa|wrapper)bot\/.*$
github_token: ${{ secrets.GH_BOT_GITHUB_TOKEN }}

0 comments on commit deb712a

Please sign in to comment.