add prs shortcut

This commit is contained in:
Noah Masur 2023-03-31 12:39:10 -04:00
parent 59824adb3a
commit 2e3c376d73

View File

@ -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 = {