Skip to content

Bump pozil/auto-assign-issue from 2 to 3#10

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pozil/auto-assign-issue from 2 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
Commits

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 2 to 3.
- [Release notes](https://github.com/pozil/auto-assign-issue/releases)
- [Commits](pozil/auto-assign-issue@v2...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

@eganow-dev eganow-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Review

Summary

The PR bumps the pozil/auto-assign-issue dependency from version 2 to 3, which includes a switch to EcmaScript Module and bumped dependencies. The update may introduce breaking changes, so it's essential to review the release notes and test the updated workflow. The code quality check suggests verifying that the updated workflow works as expected.


Health

  • Verdict: request-changes
  • Confidence: 70%

What looks healthy:

  • The dependency update includes a switch to EcmaScript Module, which may improve compatibility and security
  • The updated workflow has been bumped to the latest dependencies, which can help fix known issues

Inline comments:

Dependency update (.github/workflows/auto-assign.yml:12)
Issue: The auto-assign-issue dependency has been updated from version 2 to 3, which includes a switch to EcmaScript Module and bumped dependencies.
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@v2
    

Suggestion: Review the release notes for potential breaking changes and test the updated workflow.

Potential breaking change (.github/workflows/auto-assign.yml:12)
Issue: The update to auto-assign-issue@v3 includes a switch to EcmaScript Module, which may introduce breaking changes.
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@v2
    

Suggestion: Verify that the updated workflow works as expected and review the release notes for any necessary changes.


Suggested next steps:

  • Verify that the updated workflow works as expected and review the release notes for any necessary changes
  • Test the updated workflow with different scenarios to ensure it doesn't introduce any breaking changes

@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #11.

@dependabot dependabot Bot closed this Jun 2, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/pozil/auto-assign-issue-3 branch June 2, 2026 18:12
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