data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

activity: filter duplicate nucleus repo

dawn 95c18d69 a053ed9e

+1 -1
+1 -1
eunomia/src/lib/activity.ts
··· 100 100 // TODO: probably can implement a deduplication algorithm 101 101 if ( 102 102 source === 'github' && 103 - ['90-008/ark', '90-008/website', 'ark', 'website', 'trill', 'faunu'].some((repo) => 103 + ['90-008/ark', '90-008/website', 'ark', 'website', 'trill', 'faunu', 'nucleus'].some((repo) => 104 104 description.includes(repo) 105 105 ) 106 106 )