File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ function dco(signed: boolean, committerMap: CommitterMap): string {
36
36
37
37
if ( committersCount > 1 && committerMap && committerMap . signed && committerMap . notSigned ) {
38
38
text += `**${ committerMap . signed . length } ** out of **${ committerMap . signed . length + committerMap . notSigned . length } ** committers have signed the DCO.`
39
- committerMap . signed . forEach ( signedCommitter => { text += `<br/>:white_check_mark: @ ${ signedCommitter . name } ` } )
39
+ committerMap . signed . forEach ( signedCommitter => { text += `<br/>:white_check_mark: ( ${ signedCommitter . name } )[https://github.com/ ${ signedCommitter . name } ] ` } )
40
40
committerMap . notSigned . forEach ( unsignedCommitter => {
41
41
text += `<br/>:x: @${ unsignedCommitter . name } `
42
42
} )
@@ -78,7 +78,7 @@ function cla(signed: boolean, committerMap: CommitterMap): string {
78
78
79
79
if ( committersCount > 1 && committerMap && committerMap . signed && committerMap . notSigned ) {
80
80
text += `**${ committerMap . signed . length } ** out of **${ committerMap . signed . length + committerMap . notSigned . length } ** committers have signed the CLA.`
81
- committerMap . signed . forEach ( signedCommitter => { text += `<br/>:white_check_mark: @ ${ signedCommitter . name } ` } )
81
+ committerMap . signed . forEach ( signedCommitter => { text += `<br/>:white_check_mark: ( ${ signedCommitter . name } )[https://github.com/ ${ signedCommitter . name } ] ` } )
82
82
committerMap . notSigned . forEach ( unsignedCommitter => {
83
83
text += `<br/>:x: @${ unsignedCommitter . name } `
84
84
} )
You can’t perform that action at this time.
0 commit comments