Go to file
Torjus Håkestad 4bc78716ee
All checks were successful
test / test (push) Successful in 33s
build / build (push) Successful in 2m4s
Merge pull request 'Update README' (#15) from 14-readme into master
Reviewed-on: #15
2024-10-07 20:07:29 +00:00
.github/workflows Limit workflow to master 2024-10-06 19:47:33 +02:00
nixprstatus Update README 2024-10-07 22:04:13 +02:00
tests Don't check merge base branch 2024-10-07 16:32:49 +02:00
.envrc Initial commit 2024-09-30 23:16:56 +02:00
.gitignore First working version 2024-09-30 23:53:30 +02:00
flake.lock Initial commit 2024-09-30 23:16:56 +02:00
flake.nix Initial commit 2024-09-30 23:16:56 +02:00
poetry.lock Make code testable 2024-10-06 01:53:34 +02:00
pyproject.toml Disable rich markup 2024-10-07 17:16:25 +02:00
README.md Update README 2024-10-07 22:04:13 +02: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 two refs.