Go to file
2023-05-29 07:33:36 -06:00
src switch to using Browser.document so we can set title 2023-05-29 07:33:00 -06:00
.envrc initial 2023-05-22 19:12:52 -06:00
.gitignore Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
elm.json Add some style and validation. 2023-05-24 20:58:59 -06:00
flake.lock initial 2023-05-22 19:12:52 -06:00
flake.nix Add a basic front end written in elm 2023-05-24 15:03:12 -06:00
LICENSE initial 2023-05-22 19:12:52 -06:00
Makefile add perltidy step 2023-05-29 07:33:36 -06:00
Makefile.PL initial 2023-05-22 19:12:52 -06:00
module.nix add module, fix 'nix-build' 2023-05-22 19:39:52 -06:00
pr-status.pl mark pr open if we have no branches 2023-05-26 09:28:46 -06:00
README.md ~readme 2023-05-23 21:35:29 -06:00

pr-status-pl

Is a tool that queries the nixpkgs repository for a given pull request. It determines:

  • branches a PR has landed in
  • if a PR is against stable or unstable
  • determines if a PR is "completed" (made it to release)

The result of the above is fed to the end user in a JSON string.

I use this to track upstream'd PRs and dynamically disable overlays in my configs.