Go to file
2023-06-16 14:52:54 -06:00
src Add buttons to run 'git gc' and 'git fetch' manually 2023-06-16 14:51:10 -06:00
.envrc initial 2023-05-22 19:12:52 -06:00
.gitignore Add buttons to run 'git gc' and 'git fetch' manually 2023-06-16 14:51:10 -06:00
elm.json Add some style and validation. 2023-05-24 20:58:59 -06:00
flake.lock bump version and update nixpkgs 2023-06-16 14:52:54 -06:00
flake.nix bump version and update nixpkgs 2023-06-16 14:52:54 -06:00
LICENSE initial 2023-05-22 19:12:52 -06:00
Makefile add better error handling / reporting 2023-06-08 09:48:10 -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 Add buttons to run 'git gc' and 'git fetch' manually 2023-06-16 14:51:10 -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.