Skip to content

Releases: pozil/auto-assign-issue

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

v1.5.0 - Bumped dependencies

05 May 14:59
Compare
Choose a tag to compare

Bumped dependencies to latest versions.

v1.4.0 - Added support for assigning pull requests

11 Feb 20:25
Compare
Choose a tag to compare

Added support for assigning pull requests thanks to @fvictorio

v1.3.0 - Rollback node 14 upgrade & fixed teams support

17 Jan 08:58
9c72916
Compare
Choose a tag to compare
  • Rolled back node 14 due to lack of support in default GitHub action runner.
  • Fixed teams support