We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d93822 commit 2cebcbcCopy full SHA for 2cebcbc
scripts/fetch-modules.js
@@ -177,6 +177,9 @@ class ModuleFetcher {
177
// Priority 1: Recent activity across all Silverstripe repos (most important)
178
'silverstripe language:PHP pushed:>2024-01-01',
179
'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',
183
184
// Priority 2: Main organizations with recent activity
185
'user:silverstripe language:PHP pushed:>2023-01-01',
0 commit comments