diff --git a/modules/common/shell/github.nix b/modules/common/shell/github.nix index 4487f6f..dbf5267 100644 --- a/modules/common/shell/github.nix +++ b/modules/common/shell/github.nix @@ -19,6 +19,9 @@ grf = "gh run view --log-failed"; grl = "gh run view --log"; ghpr = "gh pr create && sleep 3 && gh run watch"; + + # https://github.com/cli/cli/discussions/4067 + prs = "gh search prs --state=open --review-requested=@me"; }; functions = { repos = {