Skip to content

Commit

Permalink
chore(deps): Bump hmarr/auto-approve-action from 2.1.0 to 2.2.0 (aws#…
Browse files Browse the repository at this point in the history
…19746)

Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.1.0 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>Auto approve any pull request with the pull-request-number input by <a href="https://github.com/roryabraham"><code>@​roryabraham</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/186">hmarr/auto-approve-action#186</a></li>
<li>Do not approve the same pull request twice by <a href="https://github.com/dolfinus"><code>@​dolfinus</code></a> in <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/pull/191">hmarr/auto-approve-action#191</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0">https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/df19ac68bfbdb9903418acfc8aa9228f9770c65d"><code>df19ac6</code></a> Handle GITHUB_TOKEN 403 error gracefully</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/13f2dbd98eba42ce26ba7a74746d2ff3f880dff0"><code>13f2dbd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/197">#197</a> from hmarr/handle-top-level-errors</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/ef68e5c297d94610b7d9c8f7c5aa254bff9b7d18"><code>ef68e5c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/194">#194</a> from bennycode/patch-1</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/38ef0a5e47ce559aadef76f1b13b14ca65ee8166"><code>38ef0a5</code></a> Mark dist/index.js as generated</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/660ab934ba555586962255a3e0ac795343bb6d89"><code>660ab93</code></a> Handle top-level errors</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/b01a479fd0d469378d711c1a77e70a28df66248f"><code>b01a479</code></a> Use node 16</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/e42920303341dafae059555ff98bb401f6e2c056"><code>e429203</code></a> Update dependencies</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/672ded8fe04c7a86b2aad6921b1c2b9cf8f9c25b"><code>672ded8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/hmarr/auto-approve-action/issues/191">#191</a> from dolfinus/v2</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/f9c1af5845de6297db586118708aacda6f253285"><code>f9c1af5</code></a> Rebuild action</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/f24dcb53d083298ac4b7bd3d399260df3cc85874"><code>f24dcb5</code></a> Clean env in tests for Actions CI builds</li>
<li>Additional commits viewable in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.1.0...v2.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=2.1.0&new-version=2.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
dependabot[bot] authored and Stephen Potter committed Apr 27, 2022
1 parent 3c39b1d commit bd41e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2.1.0
- uses: hmarr/auto-approve-action@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit bd41e9a

Please sign in to comment.