Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 6ae8004

Browse files
Bump pascalgn/automerge-action from v0.12.0 to v0.13.0
Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from v0.12.0 to v0.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pascalgn/automerge-action/releases">pascalgn/automerge-action's releases</a>.</em></p> <blockquote> <h2>Release 0.13.0</h2> <ul> <li>Migrate to JS action (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/135">#135</a>)</li> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pascalgn/automerge-action/commit/c6f2699cc4c19ea7ce7f560dbebd85565b744377"><code>c6f2699</code></a> Update README.md</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/e182668003c7d87a7c26d15ff445df88c34a0886"><code>e182668</code></a> Update dependencies</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/7e53ea33c9aad5b8d8a412af9e3ffd959e99f2cb"><code>7e53ea3</code></a> Transition to running action in JS instead of Docker (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/135">#135</a>)</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/9bcd447336bf2e720ce3c7c32b3e06c08f4329b6"><code>9bcd447</code></a> Update README.md</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/5664da29c4edb3b5c8cfd3c950c23fcac92696d0"><code>5664da2</code></a> Handle rate limit exceeded merge error (<a href="https://github-redirect.dependabot.com/pascalgn/automerge-action/issues/119">#119</a>)</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/88480459fd3771b8f4c7e68bb9b677b5e1e48f36"><code>8848045</code></a> Fix build</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/8e9074f4ee9cd9bf956075834e86fee56af96138"><code>8e9074f</code></a> Fix build</li> <li><a href="https://github.com/pascalgn/automerge-action/commit/234debbbc46cf18bbba3f595912743abafc7d491"><code>234debb</code></a> Add CircleCI config</li> <li>See full diff in <a href="https://github.com/pascalgn/automerge-action/compare/v0.12.0...c6f2699cc4c19ea7ce7f560dbebd85565b744377">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>
1 parent 7fff57c commit 6ae8004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
auto-merge-dependabot:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: pascalgn/automerge-action@v0.12.0
19+
- uses: pascalgn/automerge-action@v0.13.0
2020
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
2121
env:
2222
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)