Skip to content

Commit

Permalink
add user to pr list
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 19, 2016
1 parent cbd6161 commit a92dfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/milestone-pr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pr_body() {
local milestone=$1

echo '## Pull Requests'
gethub /repos/convox/rack/issues ".[]|\"#\\(.number) \\(.title)\"" "milestone=$mid" | while read pr; do
gethub /repos/convox/rack/issues ".[]|\"#\\(.number) \\(.title) [@\\(.user.login)]\"" "milestone=$mid" | while read pr; do
echo " - $pr"
done

Expand Down

0 comments on commit a92dfa4

Please sign in to comment.