No commit activity in last 3 years
No release in over 3 years
When some pull request is labeled, the pull request is notified to chat service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
>= 0

Runtime

>= 0
 Project Readme

Prpr::ReviewLabel

Prpr plugin to notify pull request to chat service.

Install

Add this line to your application's Gemfile:

# Gemfile
gem 'prpr-review_label'

Usage

When some pull request is labeled, the pull request is notified to chat service.

review notification

To add chat service, use publisher adapter (e.g. prpr-slack).

Env

REVIEW_LABEL - label name repsenting in-review (Default: REVIEW)
REVIEW_LABEL_BODY - notification message body.
REVIEW_LABEL_ROOM - room for notificating in-review

%{field_name} of REVIEW_LABEL_BODY is replaced with corresponding value in pull request payload (e.g. title, or body, html_url).

License

The gem is available as open source under the terms of the MIT License.