Skip to content

Commit c4ef4a9

Browse files
authored
fix(ci): use nodejs/nodejs.org
1 parent d0d1b32 commit c4ef4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ export default async function (github, context) {
122122
const inactiveMembers = await getInactiveUsers(
123123
github,
124124
collaborators,
125-
`${context.repo.owner}/${context.repo.repo}`,
125+
'nodejs/nodejs.org',
126126
cutoffDate
127127
);
128128
const report = formatReport(inactiveMembers, cutoffDate);
129129

130130
await createIssue(github, context, report);
131-
}
131+
}

0 commit comments

Comments
 (0)