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

https://github.com/mlpack/mlpack-bot

Helpful and friendly mlpack bot
https://github.com/mlpack/mlpack-bot

Last synced: about 1 year ago
JSON representation

Helpful and friendly mlpack bot

Awesome Lists containing this project

README

          

# mlpack-bot

A GitHub App built with [Probot](https://github.com/probot/probot), for the
mlpack organization. Helpful and friendly mlpack bot!

This implementation is largely based on the existing work of other Probot
modules and uses their code extensively:

- [first-pr-merge](https://github.com/behaviorbot/first-pr-merge)
- [triage-new-issues](https://github.com/tunnckoCoreLabs/triage-new-issues)
- [new-pr-welcome](https://github.com/behaviorbot/new-pr-welcome)
- [stale](https://github.com/probot/stale)
- [new-issue-welcome](https://github.com/behaviorbot/new-issue-welcome)

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Contributing

If you have suggestions for how mlpack-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[ISC](LICENSE) © 2019 Ryan Curtin (http://www.mlpack.org)