a GitHub App built with probot that welcomes new users when their first pull request is merged in. You can use this message to congratulate users or thank them for their contirbutions. It should be located in a
.github/config.yml
- Install the bot on the intended repositories. The plugin requires the following Permissions and Events:
- Pull requests: Read & Write
- check the box for Pull Request events
- Add a
.github/config.yml
file that contains the contents you would like to reply within afirstPRMergeComment
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on Pr's merged by a first time user
firstPRMergeComment: >
Congrats on merging your first pull request! We here at behaviorbot are proud of you!
# Install dependencies
npm install
# Run the bot
npm start
See the probot deployment docs if you would like to run your own instance of this plugin.