nixprstatus/README.md

31 lines
681 B
Markdown
Raw Normal View History

2024-09-30 21:05:27 +00:00
# nixprstatus
Nixpkgs PR status checker.
2024-09-30 22:00:12 +00:00
## Example
2024-09-30 21:05:27 +00:00
2024-09-30 22:00:12 +00:00
```console
2024-10-07 20:04:13 +00:00
$ nixprstatus pr 345501
ktailctl: 0.18.0 -> 0.18.1
2024-09-30 22:00:12 +00:00
2024-10-07 20:04:13 +00:00
✅ merged
2024-09-30 22:00:12 +00:00
✅ master
2024-10-07 20:04:13 +00:00
✅ nixos-unstable-small
✅ nixos-unstable
2024-09-30 22:00:12 +00:00
❌ nixos-24.05
2024-09-30 21:05:27 +00:00
2024-10-07 20:04:13 +00:00
$ 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.
```
2024-09-30 23:58:08 +00:00