Skip to content

Commit ab8305f

Browse files
fthomasalexcanessa
authored andcommitted
Pass user.login and user.html_url into issue templating method (#202)
1 parent 0a63afc commit ab8305f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/Gren.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,9 @@ class Gren {
517517
url: issue.html_url,
518518
body: issue.body,
519519
pr_base: issue.base && issue.base.ref,
520-
pr_head: issue.head && issue.head.ref
520+
pr_head: issue.head && issue.head.ref,
521+
user_login: issue.user.login,
522+
user_url: issue.user.html_url
521523
}, this.options.template.issue);
522524
}
523525

0 commit comments

Comments
 (0)