Skip to content

Commit

Permalink
Bump hmarr/auto-approve-action from v2.0.0 to v2.1.0
Browse files Browse the repository at this point in the history
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from v2.0.0 to v2.1.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.1.0</h2>
<ul>
<li>Better error handling. Several common error cases now result in helpful messages being shown in the Actions logs.</li>
<li>Improve documentation, and recommend use of the <code>pull_request_target</code> event rather than <code>pull_request</code>.</li>
<li>Update dependencies.</li>
<li>Add tests.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029"><code>5d04a5c</code></a> v2.1.0</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/763cc8bd642715902751475b5fb2325a01c828f3"><code>763cc8b</code></a> Add code owners section to the README</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/d3816c6a56a11f1a37cf7849855aaa8288f7af51"><code>d3816c6</code></a> Merge pull request <a href="https://github.com/hmarr/auto-approve-action/issues/185">#185</a> from hmarr/dependabot/npm_and_yarn/types/node-14.14.35</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/d79595ccac0ca2331a680cae5e14b529ed586d41"><code>d79595c</code></a> Turn off version updates for now</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/eeecb82600f1437654cd6fde109fcdf6fc97e271"><code>eeecb82</code></a> Helpful error message for 404 errors</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/e21ecf1184e45101320e1d5bd14cb2dbb4c0a963"><code>e21ecf1</code></a> More useful error message for 422 errors</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/33b36937e02fd03f26661061ca1c24abd1dcaa7e"><code>33b3693</code></a> Bump @types/node from 14.14.34 to 14.14.35</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/bf844d1a874445d2a389f57d6db939c3d181c253"><code>bf844d1</code></a> Merge pull request <a href="https://github.com/hmarr/auto-approve-action/issues/184">#184</a> from hmarr/error-handling-and-tests</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/96d460bdfd32d9768769702c674065c5902e9c19"><code>96d460b</code></a> Add missing breaks</li>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/72579aa292668dcc54171ed61001adc614591547"><code>72579aa</code></a> Re-build</li>
<li>Additional commits viewable in <a href="https://github.com/hmarr/auto-approve-action/compare/v2.0.0...5d04a5ca6da9aeb8ca9f31a5239b96fc3e003029">compare view</a></li>
</ul>
</details>
<br />


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 Mar 31, 2021
1 parent 7c2a23c commit 04a0d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
auto-approve-dependabot:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
- uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 04a0d43

Please sign in to comment.