Skip to content

Commit 942223f

Browse files
committed
Add "documentation" to the checker tool
1 parent 358af6b commit 942223f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/checker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22
# 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+
36
for I in `gh pr list|cut -f 1`; do
47
gh pr diff $I
58
read -p"Accept $I? " foo

0 commit comments

Comments
 (0)