We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358af6b commit 942223fCopy full SHA for 942223f
tools/checker
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
# Very simple tool to help manage floods of PRs
3
+# Needs GitHub CLI installed: https://cli.github.com/manual/
4
+# As this is so simple, I don't consider it copyrightable
5
+
6
for I in `gh pr list|cut -f 1`; do
7
gh pr diff $I
8
read -p"Accept $I? " foo
0 commit comments