We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a63afc commit ab8305fCopy full SHA for ab8305f
1 file changed
lib/src/Gren.js
@@ -517,7 +517,9 @@ class Gren {
517
url: issue.html_url,
518
body: issue.body,
519
pr_base: issue.base && issue.base.ref,
520
- pr_head: issue.head && issue.head.ref
+ pr_head: issue.head && issue.head.ref,
521
+ user_login: issue.user.login,
522
+ user_url: issue.user.html_url
523
}, this.options.template.issue);
524
}
525
0 commit comments