Skip to content

Releases: mlg87/pr-reviewer-slack-notify-action

v8.0.0

11 May 04:40
Compare
Choose a tag to compare

8.0.0 (2024-05-11)

⚠ BREAKING CHANGES

  • npm: node
  • npm: node 20

Bug Fixes

  • team-requested-reviewers: attempt to clean up getRequestedReviewersAsIndividuals (3970fdd)
  • logger: fix incorrect import of formatISO (20245d2)

Build System

v7.8.1

10 May 19:47
Compare
Choose a tag to compare

7.8.1 (2023-05-10)

Bug Fixes

  • pr review dismiss: pull action from payload (b513e2f)

v7.8.0

10 May 16:56
Compare
Choose a tag to compare

7.8.0 (2023-05-10)

Features

  • run: add handler for pr review dismissals (fbcc4bf)

v7.7.0

10 Feb 22:51
Compare
Choose a tag to compare

7.7.0 (2023-02-10)

Build System

  • deps: bump npm from 8.8.0 to 8.12.0 (8110d13)

v7.6.0

20 Oct 15:23
Compare
Choose a tag to compare

7.6.0 (2022-10-20)

Features

  • add verbose mode option to minimize slack notification size (#51) (f19b20f)

v7.5.1

19 May 16:16
Compare
Choose a tag to compare

7.5.1 (2022-05-19)

Bug Fixes

  • retrieving the pr: should handle all scenarios now (37c94a2)

v7.5.0

19 May 16:06
Compare
Choose a tag to compare

7.5.0 (2022-05-19)

Bug Fixes

  • fix createInitiialMessage for action === "opened" (0cc0a98)

Build System

  • ts: no implicit any, only explicit any here (7e0ca29)

v7.4.5

18 May 23:03
Compare
Choose a tag to compare

7.4.5 (2022-05-18)

Bug Fixes

  • slack messages: ensure there is a pr found when creating the initial message (cd5cab7)

v7.4.4

18 May 22:53
Compare
Choose a tag to compare

7.4.4 (2022-05-18)

Bug Fixes

  • initial slack message: ensure that it is created on push event (42faa63)

v7.4.3

18 May 19:35
Compare
Choose a tag to compare

7.4.3 (2022-05-18)

Bug Fixes

  • await a promise instead of not (ec828d4)