Skip to content

Commit 65693b1

Browse files
chore(deps): bump hmarr/auto-approve-action from 3.1.0 to 3.2.0 (#24589)
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.1.0 to 3.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>v3.2.0</h2> <h2>What's Changed</h2> <ul> <li>Don't re-review when new commits are pushed unless prior reviews have been dismissed (resolves <a href="https://redirect.github.com/hmarr/auto-approve-action/issues/213">#213</a>) in <a href="https://redirect.github.com/hmarr/auto-approve-action/pull/214">hmarr/auto-approve-action#214</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.0">https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hmarr/auto-approve-action/commit/0902bf83c300168cda5cd6856731a0fcb0e731c2"><code>0902bf8</code></a> Don't re-review when new commits are pushed (<a href="https://redirect.github.com/hmarr/auto-approve-action/issues/214">#214</a>)</li> <li><a href="https://github.com/hmarr/auto-approve-action/commit/aa8a692eccc605be7992f8a5cbe41893f72ecbc3"><code>aa8a692</code></a> Bump json5 from 2.2.0 to 2.2.3 (<a href="https://redirect.github.com/hmarr/auto-approve-action/issues/211">#211</a>)</li> <li><a href="https://github.com/hmarr/auto-approve-action/commit/da92209ac68d76fd20af3efa5268a5e8fafb91d9"><code>da92209</code></a> CI badge</li> <li><a href="https://github.com/hmarr/auto-approve-action/commit/04b7ed83d3e8acf8da26795bc2b48334a5d72725"><code>04b7ed8</code></a> Update actions workflows</li> <li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v3.1.0...v3.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=3.1.0&new-version=3.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>
1 parent 01ff081 commit 65693b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414
steps:
15-
- uses: hmarr/auto-approve-action@v3.1.0
15+
- uses: hmarr/auto-approve-action@v3.2.0
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)