Skip to content

Commit be872c1

Browse files
spastorinoJoshua Nelson
authored and
Joshua Nelson
committed
Make check-in.sh output in way that suggest to add only the most relevant info
1 parent 5e57035 commit be872c1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ci/check-in.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ show_pulls() {
2424
jq -r '.[] | { title, number, html_url, user: .user.login } | "- " + .title + " [#" + (.number | tostring) + "](" + .html_url + ")"'
2525
}
2626

27-
echo "### Authors"
28-
jq -r '{ login: .[].user.login } | "- **@" + .login + "**"' < pulls.json \
29-
| sort -u
30-
echo
31-
echo "### Changes"
27+
echo "### Most notable changes"
3228
echo
3329
show_pulls < pulls.json
3430
echo
35-
echo "### Changes in progress"
31+
echo "### Most notable WIPs"
3632
echo
3733
# If there are more than 30 PRs open at a time, you'll need to set `per_page`.
3834
# For now this seems unlikely.

0 commit comments

Comments
 (0)