Skip to content

Commit e395b05

Browse files
Update query.mjs
Co-authored-by: Abel Siqueira <abel.s.siqueira@gmail.com>
1 parent dc95be9 commit e395b05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

query.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ const inactivity_threshold = 12 * 30 * 24 * 60 * 60 * 1000 // X months in millis
139139
const octokit = new Octokit({auth: process.env.GITHUB_TOKEN});
140140

141141
let urls = urls_rsd;
142-
urls = urls.filter(includeWhitelisted);
143142
urls = await filterAsync(urls, includeHasCitationcff);
144143
urls = await filterAsync(urls, includeUsesPullRequests);
145144
urls = await filterAsync(urls, hasMultipleChangesToCitationcff);

0 commit comments

Comments
 (0)