Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab8305f

Browse files
fthomasalexcanessa
authored andcommitted
Pass user.login and user.html_url into issue templating method (#202)
1 parent0a63afc commitab8305f

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)

[8]ページ先頭

©2009-2025 Movatter.jp