You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -343,7 +343,7 @@ class SyncService extends Base {
343
343
*/
344
344
async #pullFromGitHub(metadata){
345
345
logger.info('📥 Fetching issues from GitHub...');
346
-
letallIssues=awaitthis.#ghCommand('issue list --limit 10000 --state all --json number,title,state,labels,assignees,milestone,createdAt,updatedAt,closedAt,url,author,body');
346
+
letallIssues=awaitthis.#ghCommand(`issue list --limit ${issueSyncConfig.maxIssues} --state all --json number,title,state,labels,assignees,milestone,createdAt,updatedAt,closedAt,url,author,body`);
347
347
logger.info(`Found ${allIssues.length} total issues`);
0 commit comments