Skip to content

Commit 92a6b41

Browse files
authored
fix: log issue url (#220)
1 parent b334463 commit 92a6b41

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
@@ -104,6 +104,7 @@ const pkg = require('./package.json')
104104
})
105105
console.log(`Fetching issues for ${r.owner}/${r.repo}: Found ${_agendaIssues.length}`)
106106
for (const i of _agendaIssues) {
107+
console.log(`Adding Issue: ${i.url}`)
107108
if (!agendaIssues.find((ii) => ii.url === i.url)) {
108109
agendaIssues.push(i)
109110
break

0 commit comments

Comments
 (0)