1.0.3 • Published 6 years ago

probot-on-mention v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

probot-on-mention

A Probot extension to trigger events when someone mentions a given username.

Example -

const onMention = require('probot-on-mention')

module.exports = (robot) => {
  onMention(robot)
  robot.on('mention', async context => {
    const username = context.payload.mentioned
    console.log(`${username} was mentioned!`)
  })
}

Install it with npm i probot-on-mention.

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago