We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b334463 commit 92a6b41Copy full SHA for 92a6b41
run.js
@@ -104,6 +104,7 @@ const pkg = require('./package.json')
104
})
105
console.log(`Fetching issues for ${r.owner}/${r.repo}: Found ${_agendaIssues.length}`)
106
for (const i of _agendaIssues) {
107
+ console.log(`Adding Issue: ${i.url}`)
108
if (!agendaIssues.find((ii) => ii.url === i.url)) {
109
agendaIssues.push(i)
110
break
0 commit comments