Skip to content

Commit c16e61f

Browse files
Bump pozil/auto-assign-issue from 2 to 4 (#1813)
Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 2 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pozil/auto-assign-issue/releases">pozil/auto-assign-issue's releases</a>.</em></p> <blockquote> <h2>v4.0.0 - Node@24 support</h2> <p>feat: add Node@24 support</p> <h2>v3.0.0 - Switch to EcmaScript Module</h2> <ul> <li>feat: switch to EcmaScript Module</li> <li>build: bump dependencies</li> </ul> <h2>v2.2.0 - Add support for pull_request_target</h2> <ul> <li>feat: Add support for pull_request_target. <a href="https://redirect.github.com/pozil/auto-assign-issue/issues/152">#152</a> thanks to <a href="https://github.com/thedjnK"><code>@​thedjnK</code></a></li> <li>build: bump dependencies</li> </ul> <h2>v2.1.2 - Fix failsIfUsersCannotBeAssigned flag support</h2> <ul> <li>fix: failsIfUsersCannotBeAssigned flag support and improves error handling</li> </ul> <h2>v2.1.0 - User assignment check</h2> <ul> <li>feat: added an optional user assignment check via the <code>failsIfUsersCannotBeAssigned</code> flag as per <a href="https://redirect.github.com/pozil/auto-assign-issue/issues/148">#148</a></li> <li>build: bump dependencies</li> </ul> <h2>v2.0.1 - Bump dependencies</h2> <ul> <li>build: bump dependencies</li> <li>feat: extra test for random PR reviewer</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pozil/auto-assign-issue/commit/07fe6dc0e9771842b428f5739098d6140734e226"><code>07fe6dc</code></a> feat: node@24 support</li> <li><a href="https://github.com/pozil/auto-assign-issue/commit/dda699c5656ae92f208b052fc91193a8423fffa6"><code>dda699c</code></a> build: bump dependencies</li> <li><a href="https://github.com/pozil/auto-assign-issue/commit/9c183702ac579dcca9e58a0efd6eb4d4f69885a9"><code>9c18370</code></a> ci: update codecov action to use token</li> <li><a href="https://github.com/pozil/auto-assign-issue/commit/3fa533a942c5c9839b3c3a460ba6b5402cdc38c3"><code>3fa533a</code></a> build: bump dependencies</li> <li><a href="https://github.com/pozil/auto-assign-issue/commit/ddeb1c27cded59491aace8e35eaf1faa257e8ccb"><code>ddeb1c2</code></a> feat: switch to modules</li> <li>See full diff in <a href="https://github.com/pozil/auto-assign-issue/compare/v2...v4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pozil/auto-assign-issue&package-manager=github_actions&previous-version=2&new-version=4)](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 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>
2 parents b05281b + c691145 commit c16e61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
steps:
1414
- name: 'Auto-assign issue'
15-
uses: pozil/auto-assign-issue@v2
15+
uses: pozil/auto-assign-issue@v4
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
assignees: FabianaCampanari

0 commit comments

Comments
 (0)