We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef6ba82 + 90d8b63 commit 6507728Copy full SHA for 6507728
util/fetch_prs_between.sh
@@ -20,6 +20,7 @@ for pr in $(git log --oneline --grep "Merge #" --grep "Merge pull request" --gre
20
fi
21
22
echo "URL: https://github.com/rust-lang/rust-clippy/pull/$id"
23
+ echo "Markdown URL: [#$id](https://github.com/rust-lang/rust-clippy/pull/$id)"
24
echo "$message"
25
echo "---------------------------------------------------------"
26
echo
0 commit comments