Skip to content

Bump pozil/auto-assign-issue from 1 to 3#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pozil/auto-assign-issue-3
Open

Bump pozil/auto-assign-issue from 1 to 3#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/pozil/auto-assign-issue-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps pozil/auto-assign-issue from 1 to 3.

Release notes

Sourced from pozil/auto-assign-issue's releases.

v3.0.0 - Switch to EcmaScript Module

  • feat: switch to EcmaScript Module
  • build: bump dependencies

v2.2.0 - Add support for pull_request_target

  • feat: Add support for pull_request_target. #152 thanks to @​thedjnK
  • build: bump dependencies

v2.1.2 - Fix failsIfUsersCannotBeAssigned flag support

  • fix: failsIfUsersCannotBeAssigned flag support and improves error handling

v2.1.0 - User assignment check

  • feat: added an optional user assignment check via the failsIfUsersCannotBeAssigned flag as per #148
  • build: bump dependencies

v2.0.1 - Bump dependencies

  • build: bump dependencies
  • feat: extra test for random PR reviewer

v2.0.0 - Node 20 support

  • feat: switch to node@20

v1.14.0 - Random assignments with weights

  • feat: support for weights in random assignments (addresses #120)
  • build: bumped dependencies

v1.13.0 - Add team as PR reviewer

  • feat: new parameter to add a team as PR reviewer. Thanks to @​johmara
  • build: bumped dependencies (requires node 18+)

v1.12.0 - Manual issue number override

  • feat: new parameter to manually override issue number. Thanks to @​bwplotka
  • build: bumped dependencies

v1.11.0 - abortIfPreviousAssignees flag

  • feat: added an abortIfPreviousAssignees flag that aborts the action if there were assignees previously. False by default.

v1.10.1 - Bumped dependencies

No release notes provided.

v1.10.0 - Manual workflow run & build updates

  • feat: support for manual workflow_run trigger. Thanks to @​CalumY.
  • fix: allow authors to be assigned to PRs that they have created but prevent them from being assigned as a reviewer. Thanks to @​CalumY.
  • build: switched to lockfile v2
  • build: used Volta to pin versions to align with GitHub Actions environment
    • node@16.16.0
    • npm@8.11.0
  • build: bumped dependencies

v1.9.0 - Remove PR reviewers

... (truncated)

Commits
  • 9c18370 ci: update codecov action to use token
  • 3fa533a build: bump dependencies
  • ddeb1c2 feat: switch to modules
  • 406d9b6 build: move ts dependency back to dev dep
  • f245a91 chore: adjust code to new ESLint rules
  • 836d9e0 build: bump dependencies
  • 21ffb63 build(deps-dev): bump lint-staged from 16.1.5 to 16.1.6 (#174)
  • 13fc9b5 build: bump dependencies
  • 39c0639 build: release v2.2.0
  • 5d45058 Add support for pull_request_target (#152)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [pozil/auto-assign-issue](https://github.com/pozil/auto-assign-issue) from 1 to 3.
- [Release notes](https://github.com/pozil/auto-assign-issue/releases)
- [Commits](pozil/auto-assign-issue@v1...v3)

---
updated-dependencies:
- dependency-name: pozil/auto-assign-issue
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 24, 2026
Copy link
Copy Markdown

@eganow-dev eganow-dev Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Review

Summary

This PR updates the pozil/auto-assign-issue dependency from version 1 to 3, which includes several new features and bug fixes. The update may introduce compatibility issues with other dependencies or workflows. Review of the release notes and testing of the updated workflow are recommended to ensure no breaking changes or unexpected behavior are introduced.


Health

  • Verdict: request-changes
  • Confidence: 70%

What looks healthy:

  • The update includes support for EcmaScript Module and pull_request_target
  • Bug fixes, such as improved error handling and user assignment check, are included in the update

Inline comments:

Dependency update (.github/workflows/auto-assign.yml:12)
Issue: The pozil/auto-assign-issue dependency has been updated from version 1 to 3. This update includes several new features and bug fixes, such as support for EcmaScript Module and pull_request_target.
Reference: .github/workflows/auto-assign.yml:12
Code:
@@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: 'Auto-assign issue'

  •  uses: pozil/auto-assign-issue@v1
    

Suggestion: Review the release notes to ensure the changes do not introduce any breaking changes or unexpected behavior.

Potential compatibility issues (.github/workflows/auto-assign.yml:12)
Issue: The update to pozil/auto-assign-issue@v3 may introduce compatibility issues with other dependencies or workflows in the repository.
Reference: .github/workflows/auto-assign.yml:12
Code:
@@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: 'Auto-assign issue'

  •  uses: pozil/auto-assign-issue@v1
    

Suggestion: Test the updated workflow to ensure it works as expected and does not introduce any errors or unexpected behavior.


Suggested next steps:

  • Review the release notes to ensure no breaking changes are introduced
  • Test the updated workflow to ensure it works as expected and does not introduce any errors or unexpected behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant