tangled
alpha
login
or
join now
ptr.pet
/
endpoint
0
fork
atom
data endpoint for entity 90008 (aka. a website)
0
fork
atom
overview
issues
pulls
pipelines
activity: filter duplicate nucleus repo
ptr.pet
3 months ago
95c18d69
a053ed9e
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
0/0
Waiting for spindle ...
+1
-1
1 changed file
expand all
collapse all
unified
split
eunomia
src
lib
activity.ts
+1
-1
eunomia/src/lib/activity.ts
reviewed
···
100
100
// TODO: probably can implement a deduplication algorithm
101
101
if (
102
102
source === 'github' &&
103
103
-
['90-008/ark', '90-008/website', 'ark', 'website', 'trill', 'faunu'].some((repo) =>
103
103
+
['90-008/ark', '90-008/website', 'ark', 'website', 'trill', 'faunu', 'nucleus'].some((repo) =>
104
104
description.includes(repo)
105
105
)
106
106
)