Skip to content

Releases: pozil/auto-assign-issue

v1.9.0 - Remove PR reviewers

03 Aug 11:53
Compare
Choose a tag to compare

feat: action will now remove both PR assignees and reviewers. Thanks to @agomezmoron

v1.8.0 - Allow no assignees

18 Jul 06:34
0ee0e95
Compare
Choose a tag to compare

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

22 Jun 13:30
Compare
Choose a tag to compare
  • fix: issue with PRs to private repos. Thanks to @agomezmoron.

v1.7.2 - Prevent PR self assignment

21 Jun 09:07
Compare
Choose a tag to compare

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

20 Jun 09:01
68813ae
Compare
Choose a tag to compare
  • 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

08 Jun 15:20
5b1454f
Compare
Choose a tag to compare
  • Added a new flag that prevents issue self-assignment
  • Significant code refactoring
  • Improved doc examples

v1.6.3 - Fixed remove previous assignees

30 May 19:58
Compare
Choose a tag to compare

Fixed an issue with previous assignees removal

v1.6.2 - Changed minimum node version to 16

30 May 14:51
Compare
Choose a tag to compare

Changed minimum node version to 16 after issues with node14 tag in action.yml.

v1.6.1 - Bug fixes

30 May 12:57
Compare
Choose a tag to compare

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

28 May 15:21
Compare
Choose a tag to compare

Added a flag that removes previously assigned users and added support for project card events thanks to @agomezmoron