Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cygnusroboticus/groundpounder
Simple probot app for checking PR completeness
https://github.com/cygnusroboticus/groundpounder
github-app probot
Last synced: 24 days ago
JSON representation
Simple probot app for checking PR completeness
- Host: GitHub
- URL: https://github.com/cygnusroboticus/groundpounder
- Owner: CygnusRoboticus
- License: isc
- Created: 2018-08-18T03:02:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T03:48:55.000Z (over 6 years ago)
- Last Synced: 2024-10-30T00:45:41.435Z (2 months ago)
- Topics: github-app, probot
- Language: JavaScript
- Homepage: https://groundpounder.glitch.me/
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# groundpounder
> A GitHub App built with [Probot](https://github.com/probot/probot) that checks PR bodies for checklists and ensures that all items are checked off.
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how groundpounder 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) © 2018 Joshua Harris