Skip to content

Commit 26bafa8

Browse files
authored
Use commenter
1 parent 2e27ea0 commit 26bafa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/inactive-collaborator-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function getInactiveUsers(github, usernames, repo, cutoffDate) {
8383

8484
// Check issues and PRs
8585
const { data: issues } = await github.rest.search.issuesAndPullRequests({
86-
q: `involves:${username} repo:${repo} updated:>=${cutoffDate}`,
86+
q: `commenter:${username} repo:${repo} updated:>=${cutoffDate}`,
8787
per_page: 1,
8888
});
8989

0 commit comments

Comments
 (0)