https://github.com/samccone/hub-bot
automate OSS review churn
https://github.com/samccone/hub-bot
Last synced: about 13 hours ago
JSON representation
automate OSS review churn
- Host: GitHub
- URL: https://github.com/samccone/hub-bot
- Owner: samccone
- Created: 2015-12-31T23:44:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T17:23:07.000Z (over 10 years ago)
- Last Synced: 2025-10-28T04:24:58.302Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## hub-bot
There is this rise in github bots, however they each kinda exist in a void between each other
**ie:**
* https://github.com/facebook/mention-bot
* https://github.com/Bernardstanislas/eslint-bot
* https://github.com/markstory/lint-review
* https://github.com/ampsauce
It would be great to have a "tap" kind of output on ci that you could post to a bot... and the bot would read the "tap" format and take the correct action on a PR / Issue
For instance:
* lints tasks would cause comments inline in the diff
* test failures would post a detailed comment in the PR
* CI could determine who should review the PR and the bot could comment back on the PR
The win here is so long as the tool on CI outputs to a standard format the "bot" can then take these generic actions inside of the PR / Issue, as compared to N number of bots for N number of "lints"