Go to file
Torjus Håkestad 9c945863ea
All checks were successful
test / test (push) Successful in 24s
build / build (push) Successful in 1m15s
Merge pull request 'multi-pr' (#21) from multi-pr into master
Reviewed-on: #21
2024-12-30 10:11:31 +00:00
.github/workflows Fix test workflow after uv switch 2024-12-03 03:27:04 +01:00
nixprstatus Fix pr_merge_status type hints 2024-12-30 11:07:32 +01:00
tests Switch to uv from poetry 2024-12-03 03:15:59 +01:00
.envrc Initial commit 2024-09-30 23:16:56 +02:00
.gitignore Switch to uv from poetry 2024-12-03 03:15:59 +01:00
.python-version Switch to uv from poetry 2024-12-03 03:15:59 +01:00
flake.lock flake.lock: Update 2024-12-30 11:08:44 +01:00
flake.nix Add overlay 2024-12-03 06:38:10 +01:00
pyproject.toml Allow multiple prs in pr command 2024-12-30 11:02:32 +01:00
README.md Update README 2024-10-09 22:27:27 +02:00
uv.lock Update deps 2024-12-30 11:05:19 +01:00

nixprstatus

Nixpkgs PR status checker.

Example

$ nixprstatus pr 345501         
ktailctl: 0.18.0 -> 0.18.1

✅ merged
✅ master
✅ nixos-unstable-small
✅ nixos-unstable
❌ nixos-24.05

$ nixprstatus --help
Usage: python -m nixprstatus [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or
                        customize the installation.
  --help                Show this message and exit.

Commands:
  pr         Get merge status of pull request.
  since      Return the count of commits that has happened between the...
  watchlist  Manage watchlist.