Git Product home page Git Product logo

mentions's Introduction

README

Build Status

If you've mentioned on github or esa, bitbucket, trello, you'll get the mention on slack.

chapter3-1-3

Setup

Deploy

or

export MENTIONS_MAPPING_FILE_PATH=https://gist.githubusercontent.com/ppworks/49f6ce44efb09d5fc8e9/raw/c1465aab5d6604b98ba6ca4c31263a5b36f62378/mention_mappings.yml # mapping file path
export SLACK_WEBHOOK_URL=https://hook.slack.com/services/yyyyyyyyyyyyyy # Please use Incoming WebHooks

Create webhook

Now, we support from github, esa or bitbucket to slack.

Set GitHub webhook

Please set GITHUB_TO_SLACK_TOKEN or run the following command.

heroku run console -a your-application-name
Webhook.create(from: 'github', to: 'slack').token # Your webhook token
https://your-application-name.herokuapp.com/webhooks/your-webhook-token

image

Set esa webhook

Please set ESA_TO_SLACK_TOKEN or run the following command.

heroku run console -a your-application-name
Webhook.create(from: 'esa', to: 'slack').token # Your webhook token
https://your-application-name.herokuapp.com/webhooks/your-webhook-token

image

Set bitbucket webhook

Please set BITBUCKET_TO_SLACK_TOKEN or run the following command.

heroku run console -a your-application-name
Webhook.create(from: 'bitbucket', to: 'slack').token # Your webhook token
https://your-application-name.herokuapp.com/webhooks/your-webhook-token

image

Set trello webhook

Please set TRELLO_TO_SLACK_TOKEN or run the following command.

heroku run console -a your-application-name
Webhook.create(from: 'trello', to: 'slack').token # Your webhook token

Mentions mapping file example

https://gist.githubusercontent.com/ppworks/49f6ce44efb09d5fc8e9/raw/c1465aab5d6604b98ba6ca4c31263a5b36f62378/mention_mappings.yml

-
  github: ppworks
  slack: koshikawa.naoto
  esa: koshikawa_naoto

mentions's People

Contributors

deppbot avatar treby avatar nalabjp avatar

Watchers

James Cloos avatar ymm1x avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.