Skip to content

Commit d5d9430

Browse files
committed
refactor: remove pushed_at and updated_at fields from repository data
1 parent 58010b8 commit d5d9430

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/fetch-repositories/fetch-catalogue.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ class CatalogueFetcher {
211211
forks_count: repo.forks_count,
212212
watchers_count: repo.watchers_count,
213213
subscribers_count: repo.subscribers_count, // Sometimes used instead of watchers_count
214-
pushed_at: new Date(repo.pushed_at),
215-
updated_at: new Date(repo.updated_at),
216214

217215
// Optional fields
218216
license: repo.license ? {

0 commit comments

Comments
 (0)