Releases: pozil/auto-assign-issue
Releases · pozil/auto-assign-issue
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.
v1.7.3 - Fix for PRs to private repos
- fix: issue with PRs to private repos. Thanks to @agomezmoron.
v1.7.2 - Prevent PR self assignment
fix: prevent PR self assignment even if options allow it (self assigning a PR for review is forbidden by GitHub). Thanks to @agomezmoron.
v1.7.1 - Fixed PR assign/deassign
- Fixed the assignation and de-assignation of reviewers of a PR. Thanks to @agomezmoron for the contrib
- Bumped dependencies
v1.7.0 - Prevents issue self-assignment
- Added a new flag that prevents issue self-assignment
- Significant code refactoring
- Improved doc examples
v1.6.3 - Fixed remove previous assignees
Fixed an issue with previous assignees removal
v1.6.2 - Changed minimum node version to 16
Changed minimum node version to 16 after issues with node14
tag in action.yml
.
v1.6.1 - Bug fixes
Thanks to @agomezmoron for the fixes:
- Forced minimum node version to v14
- Fixed an issue with the project card support
v1.6.0 - Remove previous assignees and project card support
Added a flag that removes previously assigned users and added support for project card events thanks to @agomezmoron