We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385d745 commit 22f3c16Copy full SHA for 22f3c16
src/scripts/scrumHelper.js
@@ -403,7 +403,7 @@ function allIncluded(outputTarget = 'email') {
403
log('Making public requests');
404
}
405
406
- let issueUrl = `https://api.github.com/search/issues?q=author%3A${githubUsername}+org%3A${orgName}+created%3A${startingDate}..${endingDate}&per_page=100`;
+ let issueUrl = `https://api.github.com/search/issues?q=author%3A${githubUsername}+org%3A${orgName}+updated%3A${startingDate}..${endingDate}&per_page=100`;
407
let prUrl = `https://api.github.com/search/issues?q=commenter%3A${githubUsername}+org%3A${orgName}+updated%3A${startingDate}..${endingDate}&per_page=100`;
408
let userUrl = `https://api.github.com/users/${githubUsername}`;
409
0 commit comments