We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8c114 commit d8143b6Copy full SHA for d8143b6
index.ts
@@ -397,7 +397,7 @@ const issues = issuesAndPrs
397
.filter((issueOrPr: any) => !issueOrPr.pull_request)
398
.map((issue: any) => ({
399
repo: issue.html_url.split("/")[4],
400
- user: issue.user.login,
+ user: issue.user.login === login ? "🙋♂️" : `🤝 ${issue.user.login}`,
401
title: issue.title,
402
url: issue.html_url,
403
}));
0 commit comments