We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72b43a commit b12bee8Copy full SHA for b12bee8
ci/check-in.sh
@@ -5,7 +5,10 @@ set -eu
5
# This is not a very smart script
6
if [ $# != 2 ]; then
7
echo "usage: $0 <since> <number-of-prs-merged>"
8
- if [ $# = 1 ] ; then
+ if [ $# = 0 ]; then
9
+ echo "help: you can find the last check-in at" \
10
+ "https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/search/wg-rustc-dev-guide"
11
+ elif [ $# = 1 ] ; then
12
echo "help: you can find the number of PRs merged at" \
13
"https://github.com/rust-lang/rustc-dev-guide/pulls?q=is%3Apr+is%3Amerged+updated%3A%3E$1"
14
fi
0 commit comments