Skip to content

Commit 2cebcbc

Browse files
committed
Make sure module repos which have more JS than PHP also get listed
1 parent 1d93822 commit 2cebcbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/fetch-modules.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ class ModuleFetcher {
177177
// Priority 1: Recent activity across all Silverstripe repos (most important)
178178
'silverstripe language:PHP pushed:>2024-01-01',
179179
'silverstripe language:PHP updated:>2024-06-01',
180+
// Include JavaScript modules (admin UI enhancements, React components, etc.)
181+
'silverstripe language:JavaScript pushed:>2024-01-01',
182+
'topic:silverstripe-vendormodule language:JavaScript',
180183

181184
// Priority 2: Main organizations with recent activity
182185
'user:silverstripe language:PHP pushed:>2023-01-01',

0 commit comments

Comments
 (0)