Skip to content

Commit f1700cd

Browse files
authored
fix: added issue count log after iterating all repos (#219)
1 parent 4f2f85d commit f1700cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.js

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const pkg = require('./package.json')
110110
}
111111
}
112112
}
113+
console.log(`Found ${agendaIssues.length} total issues for agenda`)
113114

114115
const opts = {
115116
...repo,

0 commit comments

Comments
 (0)