Skip to content

Commit b20859d

Browse files
committed
feat: update resource_id to use full repository name in commit processing
1 parent b755fd4 commit b20859d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function processCommits(): Report[] {
2222
payload.commits?.map((commit: any) => ({
2323
curator_orcid: commit.author?.username || 'unknown',
2424
entity_uri: `${repo.html_url}/commit/${commit.id}`,
25-
resource_id: repo.id.toString(),
25+
resource_id: repo.full_name?.toString(),
2626
timestamp: commit.timestamp,
2727
activity_term: 'commit',
2828
league: 'default'

0 commit comments

Comments
 (0)