No commit activity in last 3 years
No release in over 3 years
When some comment containing mention is posted, the comment request is post to chat service, too.
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::MentionComment

Prpr plugin to notify mention comment to chat service.

Install

Add this line to your application's Gemfile:

# Gemfile
gem 'prpr-mention_comment'

Usage

When some comment containing mention is posted, the comment request is post to chat service, too.

mention comment

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

Env

MENTION_COMMENT_ROOM - room name to post mention comment.
MENTION_COMMENT_MEMBERS - a file name to map github username to chat service one. (Default: MEMBERS.md)

Configuration

Write MEMBERS.md like following to map github username to chat service one.

 * @alice_at_github: @alice_at_chat
 * @bob_at_github: @bob_at_chat