blob: 584d77b76d9d90e5e98d06a692b84770537d68f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# nixpkgs-tracker-bot
A small Discord ~~bot~~ app(!) that helps you track where [nixpkgs](https://github.com/NixOS/nixpkgs) PRs have reached
## Currently supported branches
- master
- staging
- nixos-unstable
- nixos-unstable-small
- nixos-24.05-small
- release-24.05
- nixos-23.11-small
- release-23.11
## TODO
- [ ] Cache responses (to avoid rate limiting)
- [ ] Allow for authenticated requests to GH (to avoid rate limiting)
- [ ] Don't make so many API requests for each invocation (to avoid rate limiting...this is a problem see?)
- [ ] Switch to poise after https://github.com/serenity-rs/poise/pull/266
|