Skip to content

Commit c42c044

Browse files
authored
involves
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 477cc51 commit c42c044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6464
// Check issues and PRs
6565
const { data: issues } = await github.rest.search.issuesAndPullRequests({
66-
q: `author:${username} repo:${repo} updated:>=${cutoffDate}`,
66+
q: `involves:${username} repo:${repo} updated:>=${cutoffDate}`,
6767
per_page: 1,
6868
});
6969

0 commit comments

Comments
 (0)