File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ export async function getContributors () {
138
138
const rawCommits = await getGitDiff ( latestTag )
139
139
for ( const commit of rawCommits ) {
140
140
if ( emails . has ( commit . author . email ) || commit . author . name === 'renovate[bot]' ) { continue }
141
- const { author } = await $fetch < { author : { login : string , email : string } } > ( `https://api.github.com/repos/nuxt/nuxt /commits/${ commit . shortHash } ` , {
141
+ const { author } = await $fetch < { author : { login : string , email : string } } > ( `https://api.github.com/repos/CodeDredd/pinia-orm /commits/${ commit . shortHash } ` , {
142
142
headers : {
143
- 'User-Agent' : 'nuxt/nuxt ' ,
143
+ 'User-Agent' : 'CodeDredd/pinia-orm ' ,
144
144
'Accept' : 'application/vnd.github.v3+json' ,
145
145
'Authorization' : `token ${ process . env . GITHUB_TOKEN } ` ,
146
146
} ,
You can’t perform that action at this time.
0 commit comments