https://github.com/aergonaut/kensa
https://github.com/aergonaut/kensa
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aergonaut/kensa
- Owner: aergonaut
- Created: 2017-01-05T01:10:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T01:10:20.000Z (over 8 years ago)
- Last Synced: 2025-02-09T19:29:44.429Z (3 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kensa
Kensa is a service intended to analyze GitHub Pull Requests and report which of
a set of user-configured "features" match the PR. Features describe
characteristics of the PR such as LOC of patch, paths of changed files,
etc., but could also delegate to other external systems to perform more
intricate examination of the code, such as actually building artifacts and
running them.## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
)at your option.