https://github.com/btorresgil/probot-community-health
A GitHub App built with Probot that assesses the community health of organization repositories and guides maintainers to improve
https://github.com/btorresgil/probot-community-health
community-health github github-app probot
Last synced: 2 months ago
JSON representation
A GitHub App built with Probot that assesses the community health of organization repositories and guides maintainers to improve
- Host: GitHub
- URL: https://github.com/btorresgil/probot-community-health
- Owner: btorresgil
- License: isc
- Created: 2020-02-20T00:58:09.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T01:26:03.000Z (over 2 years ago)
- Last Synced: 2025-01-12T01:12:51.741Z (4 months ago)
- Topics: community-health, github, github-app, probot
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub App: Community Health Assessment Bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that
> assesses the community health of organization repositories and guides
> maintainers to improve## Documentation
- [All health checks](/docs/checks.md)
## Setup
```sh
# Install dependencies
npm install# Run typescript
npm run build# Run the bot
npm start
```## Contributing
If you have suggestions for how probot-community-health 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) © 2020 Brian Torres-Gil