Fix [bot] users for metrics insights

This commit is contained in:
lowlighter
2021-04-14 18:53:35 +02:00
parent 1fb6eb166c
commit 416e7ea388

View File

@@ -181,7 +181,7 @@
<li v-for="{actor, type, repo, timestamp, ...event} of activity">
<time :datetime="timestamp">{{ format("date", timestamp, {timeStyle:"short", dateStyle:"short"}) }}</time>
<div class="actor" v-if="account.type === 'organization'">
<img :src="`https://github.com/${actor}.png`">
<img :src="`https://github.com/${/\[bot\]$/.test(actor) ? 'actions' : actor }.png`">
<a :href="`https://github.com/${actor}`">{{ actor }}</a>
</div>
<div class="event">