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
- Host: GitHub
- URL: https://github.com/mlpack/mlpack-bot
- Owner: mlpack
- License: isc
- Created: 2019-01-19T23:33:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T09:54:30.000Z (about 2 years ago)
- Last Synced: 2025-03-27T19:14:42.516Z (about 1 year ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 5
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)