@@ -2150,7 +2150,7 @@ func getCommentBody(repositoryType, signURL string, signed, missing []*UserCommi
21502150
21512151 // ---------- Missing section (group by author) ----------
21522152 if numMissing > 0 {
2153- supportURL := "https://jira. linuxfoundation.org/servicedesk/customer/portal/4 "
2153+ supportURL := "https://easycla.lfx. linuxfoundation.org/"
21542154 missingIDHelpURL := "https://linuxfoundation.atlassian.net/wiki/spaces/LP/pages/160923756/Missing+ID+on+Commit+but+I+have+an+agreement+on+file"
21552155 githubHelpURL := "https://help.github.com/en/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user"
21562156
@@ -2190,7 +2190,7 @@ func getCommentBody(repositoryType, signURL string, signed, missing []*UserCommi
21902190 "<a href='%s' target='_blank'>GitHub Help</a> to resolve. " +
21912191 "(To view the commit's email address, add .patch at the end of this PR page's URL.) " +
21922192 "For further assistance with EasyCLA, " +
2193- "<a href='%s' target='_blank'>please submit a support request ticket </a>.</li>" ,
2193+ "<a href='%s' target='_blank'>please visit our EasyCLA portal </a> and chat with our support bot .</li>" ,
21942194 failed , strings .Join (shas , ", " ), missingIDHelpURL , githubHelpURL , supportURL ,
21952195 ))
21962196 continue
@@ -2214,7 +2214,7 @@ func getCommentBody(repositoryType, signURL string, signed, missing []*UserCommi
22142214 `<li>%s %s (%s). This user is authorized, but they must confirm their affiliation with their company. ` +
22152215 `Start the authorization process <a href='%s' target='_blank'> by clicking here</a>, ` +
22162216 `click "Corporate", select the appropriate company from the list, then confirm your affiliation on the page that appears. ` +
2217- `For further assistance with EasyCLA, <a href='%s' target='_blank'>please submit a support request ticket </a>.</li>` ,
2217+ `For further assistance with EasyCLA, <a href='%s' target='_blank'>please visit our EasyCLA portal </a> and chat with our support bot .</li>` ,
22182218 failed , authorInfo , strings .Join (shas , ", " ),
22192219 signURL , supportURL ,
22202220 ))
@@ -2228,7 +2228,7 @@ func getCommentBody(repositoryType, signURL string, signed, missing []*UserCommi
22282228 committersComment .WriteString (fmt .Sprintf (
22292229 `<li><a href='%s' target='_blank'>%s</a> - %s. The commit (%s) is not authorized under a signed CLA. ` +
22302230 `<a href='%s' target='_blank'>Please click here to be authorized</a>. ` +
2231- `For further assistance with EasyCLA, <a href='%s' target='_blank'>please submit a support request ticket </a>.</li>` ,
2231+ `For further assistance with EasyCLA, <a href='%s' target='_blank'>please visit our EasyCLA portal </a> and chat with our support bot .</li>` ,
22322232 signURL , failed , authorInfo , strings .Join (shas , ", " ),
22332233 signURL , supportURL ,
22342234 ))
0 commit comments