Releases: pozil/auto-assign-issue
Releases · pozil/auto-assign-issue
v2.0.1 - Bump dependencies
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
build: bump dependencies
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
- build: bumped dependencies
v1.9.0 - Remove PR reviewers
feat: action will now remove both PR assignees and reviewers. Thanks to @agomezmoron
v1.8.0 - Allow no assignees
feat: added an allowNoAssignees
flag that prevents the action from failing when there are no assignees as suggested in #58.