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.
commenter
1 parent 2e27ea0 commit 26bafa8Copy full SHA for 26bafa8
1 file changed
.github/scripts/inactive-collaborator-report.mjs
@@ -83,7 +83,7 @@ async function getInactiveUsers(github, usernames, repo, cutoffDate) {
83
84
// Check issues and PRs
85
const { data: issues } = await github.rest.search.issuesAndPullRequests({
86
- q: `involves:${username} repo:${repo} updated:>=${cutoffDate}`,
+ q: `commenter:${username} repo:${repo} updated:>=${cutoffDate}`,
87
per_page: 1,
88
});
89
0 commit comments