Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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