https://github.com/iogamaster/warden
A self hostable nixpkgs review bot
https://github.com/iogamaster/warden
Last synced: about 1 year ago
JSON representation
A self hostable nixpkgs review bot
- Host: GitHub
- URL: https://github.com/iogamaster/warden
- Owner: IogaMaster
- License: mit
- Created: 2024-02-17T18:07:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T00:52:36.000Z (over 1 year ago)
- Last Synced: 2024-10-11T23:35:28.510Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
A self hostable nixpkgs review bot
Things warden already does:
- [ ] Build all packages updated/added in a pr (by parsing commits)
- [ ] Run statix and deadnix on all code
- [ ] Run nixpkgs-lint for all packages update/added in a pr (by parsing commits)
- [ ] Summarize the information
Things to do:
- [ ] Make it an actual bot
- [ ] Verify passthru.tests https://github.com/IogaMaster/warden/issues/1
- [ ] Clean up the codebase
- [ ] Allow for reviewing HEAD of the current repo
- [ ] Use the new version of nixpkgs-lint