From 34bac529439c3379b19dd6c184d87ecdbf295c0b Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 23 May 2023 21:35:29 -0600 Subject: [PATCH] ~readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d5383bb --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +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.