Hubot Code Review Versions Save

A Hubot script for GitHub code review on Slack.

v1.4.2

1 month ago

Important Note:

This represents the final release of hubot-code-review as the project is no longer actively maintained and the repository will be archived (see README).

Users interested in a replacement may wish to consider Helperbot via the Slack app store as an alternative.

Release Notes:

Update some dependencies and attempt to resolve 'channel ghosts' by storing room and channel_id directly.

v1.4.1-alpha

6 months ago

This is an internal testing release to diagnose a rare case when room names are not properly propagating.

v1.4.0-alpha

6 months ago

This is an internal testing release

v1.3.2

8 months ago

This release:

  • Incorporates a new HUBOT_CODE_REVIEW_HOUR_MESSAGE variable thanks to @jaredcobb
  • Ignores CR releated robot.hear messages if they originate from a slack bot

v1.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alleyinteractive/hubot-code-review/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

Because we're incrementing the node/npm version here, this release is marked as MINOR, though it technically is just a dependency update

v1.2.2

1 year ago

Starting yesterday(?), Slack started passing along all references to other room names as internal links (so #my_channel is reported to hubot as <#C000000|> or similar).

This will fix the regex to 'hear' those IDs and notify accordingly when the user specifies a notification option after the PR like

https://github.com/alleyinteractive/hubot-code-review/pull/52 #my_channel

v1.2.1

1 year ago

Ensure package.json version matches published version 1.2.1

v1.2.0

1 year ago

What's Changed

Full Changelog: https://github.com/alleyinteractive/hubot-code-review/compare/v1.1.0...v1.2.0

v1.1.0

2 years ago

thanks to @anubisthejackle for the commit

What's Changed

New Contributors

Full Changelog: https://github.com/alleyinteractive/hubot-code-review/compare/v1.0.6...v1.1.0