Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmobaird/probot-welcome
PRobot to post a comment on a Github Pull Request to welcome new contributors.
https://github.com/tmobaird/probot-welcome
github github-apps probot
Last synced: 8 days ago
JSON representation
PRobot to post a comment on a Github Pull Request to welcome new contributors.
- Host: GitHub
- URL: https://github.com/tmobaird/probot-welcome
- Owner: tmobaird
- License: isc
- Created: 2017-07-16T17:47:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T06:29:34.000Z (over 7 years ago)
- Last Synced: 2024-10-27T16:57:50.970Z (about 2 months ago)
- Topics: github, github-apps, probot
- Language: JavaScript
- Homepage: https://github.com/apps/probot-welcome
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Probot Welcome
> A GitHub App built with [probot](https://github.com/probot/probot) that greets new contributors when they open their first pull request on a repo.
![probot-welcome][probot-welcome-logo]
## Example
![probot-welcome-example][probot-welcome-example]
## Setup
```
# Install dependencies
npm install# Run the bot
npm start
```See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this plugin.
## Contributing
If you are interested in contributing to this project, check out the [Contributing Guide](CONTRIBUTING.md).
[probot-welcome-logo]: docs/images/probot-welcome-xs.png
[probot-welcome-example]: docs/images/probot-welcome-example.png