Skip to content

Latest commit

 

History

History
367 lines (166 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

367 lines (166 loc) · 16.2 KB

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

7.8.1 (2023-05-10)

Bug Fixes

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

7.8.0 (2023-05-10)

Features

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

7.7.0 (2023-02-10)

Build System

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

7.6.0 (2022-10-20)

Features

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

7.5.1 (2022-05-19)

Bug Fixes

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

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)

7.4.5 (2022-05-18)

Bug Fixes

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

7.4.4 (2022-05-18)

Bug Fixes

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

7.4.3 (2022-05-18)

Bug Fixes

  • await a promise instead of not (ec828d4)

7.4.2 (2022-05-18)

Bug Fixes

  • handle pull_request not being on the context.payload (03df4d7)

7.4.1 (2022-05-18)

Performance

7.4.0 (2022-05-18)

Build System

  • ts: fix return value for function typed as Promise (091a50e)

Performance

  • logging: add a logger util (winston) (0336d1a)

7.3.2 (2022-05-18)

Bug Fixes

  • dependencies: change github package imports to import * as ___ (9b5a58b)

7.3.1 (2022-05-17)

CI

7.3.0 (2022-05-17)

Build System

7.2.1 (2022-05-17)

Bug Fixes

  • core inputs: move retrieval of core inputs out of function calls (8016e87)

7.2.0 (2022-05-17)

Build System

  • release: change source for ncc package step (98c3f03)

CI

  • release: alksdjflkasjdf (dc11ed6)
  • release: change main in pkg.json (24efd71)
  • release: comment out compile ts step (fad9441)
  • release: fix path for entry file (dd73f04)
  • release: force deploy (32fabbc)
  • release: remove node_modules (d5ded39)

7.1.3 (2022-05-17)

CI

7.1.2 (2022-05-17)

CI

  • release: remove asset param from add-and-commit action step (48b4ffe)

7.1.1 (2022-05-17)

CI

  • release: try to get add-and-commit action to work (f24963c)

7.1.0 (2022-05-17)

Build System

7.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • typescript: JS => TS

CI

  • release: add dist dir to assets checked in as part of release action (d1be2df)
  • release: package and commit the minified action prior to cutting release in ci (f4339cf)

Refactors

  • typescript: converts app to typescript (152520d)

6.0.0 (2022-05-03)

⚠ BREAKING CHANGES

  • node_modules: all of the deps have been blindly upgraded

Build System

  • node_modules: upgrade more or less all deps (2142e24)

CI

  • node version: fix the node version to 16.15.0 for ci (766c887)

5.0.3 (2022-05-03)

Bug Fixes

  • slack: make sure that the initial slack message is created when it should be (273b883)

CI

5.0.2 (2022-03-29)

Bug Fixes

  • getengineersfroms3: fix references in code for new JSON expected shape (1fd9a8d)

5.0.1 (2022-03-29)

Refactors

  • logging: fixing it live in prod (9d4093d)

5.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • engineer github <=> slack mapping: slack-users input deprecated; must now provide a JSON file from s3

Features

  • engineer github <=> slack mapping: change where the action is looking for reviewers (126a524)

4.8.0 (2022-03-29)

⚠ BREAKING CHANGES

  • engineer github <=> slack mapping: slack-users input deprecated; must now provide a JSON file from s3

Features

  • engineer github <=> slack mapping: change where the action is looking for reviewers (185fb45)

4.7.0 (2022-03-28)

⚠ BREAKING CHANGES

  • release: hopefully this works

Features

  • release: hopefully trigger breaking release (db22393)

4.6.0 (2022-03-28)

⚠ BREAKING CHANGES

  • reviewer mapping: slack-users input no longer valid, must provide AWS inputs and creds

Features

  • reviewer mapping: change where the action is looking for reviewers (97f9887)

4.5.5 (2021-12-16)

Bug Fixes

4.5.4 (2021-12-16)

Bug Fixes

  • throw error when getInitialMessage called without correct params (36b0c7c)

4.5.3 (2021-12-16)

Bug Fixes

  • slackMessageId was being called wihtout required params (463eb19)

4.5.2 (2021-12-09)

Bug Fixes

4.5.1 (2021-12-08)

Bug Fixes

  • allow errors to fail silently (d2ef9aa)

4.5.0 (2021-03-31)

Features

  • slack-thread-creation: if a thread cannot be found, create one (0b8e20c)

4.4.0 (2021-03-26)

Bug Fixes

  • config: allow quiet configuration (e0f955a)

Features

  • quiet-mode: allow for quiet mode with configuration (adbe8fd)

4.3.0 (2021-03-24)

Features

4.2.0 (2021-03-23)

Build System

4.1.5 (2021-03-23)

CI