Skip to content

Commit 59e3a11

Browse files
committed
dev mode on
1 parent 6544008 commit 59e3a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async function backup() {
163163
writeJSON(`${FOLDER}/repositories.json`, repositories)
164164

165165
// Loop repositories
166-
for (const repository of repositories) {
166+
for (const repository of repositories.filter(rep => rep.name === 'test')) {
167167

168168
// Get issues
169169
const issues = await requestAllWithRetry(`/repos/${USERNAME}/${repository.name}/issues?state=all`)

0 commit comments

Comments
 (0)