Skip to content

Releases: pozil/auto-assign-issue

v2.0.0 - Node 20 support

14 May 13:52
Compare
Choose a tag to compare

v1.14.0 - Random assignments with weights

04 Apr 07:51
Compare
Choose a tag to compare
  • feat: support for weights in random assignments (addresses #120)
  • build: bumped dependencies

v1.13.0 - Add team as PR reviewer

16 Oct 17:08
Compare
Choose a tag to compare
  • 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

28 Jul 08:49
Compare
Choose a tag to compare
  • feat: new parameter to manually override issue number. Thanks to @bwplotka
  • build: bumped dependencies

v1.11.0 - abortIfPreviousAssignees flag

13 Oct 11:25
74b9f64
Compare
Choose a tag to compare
  • feat: added an abortIfPreviousAssignees flag that aborts the action if there were assignees previously. False by default.

v1.10.1 - Bumped dependencies

05 Oct 07:48
Compare
Choose a tag to compare

v1.10.0 - Manual workflow run & build updates

15 Aug 22:50
f04c62d
Compare
Choose a tag to compare
  • 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
    • node@16.16.0
    • npm@8.11.0
  • build: bumped dependencies

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.