Skip to content

Commit f1daa66

Browse files
authored
Add 'weblate' and 'copilot' to excluded contributors
1 parent 549f56e commit f1daa66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/thankyou.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const _sponsors = sponsors
3939

4040
const totalSponsored = sponsors.reduce((acc, current) => acc + current.amount, 0);
4141

42-
const excludedContris = ["DerGoogler", "dependabot[bot]"]
42+
const excludedContris = ["DerGoogler", "dependabot[bot]", "weblate", "copilot"]
4343

4444
const contributorsExluded = data
4545
.filter((con) => !excludedContris.includes(con.login))
@@ -79,4 +79,4 @@ const totalContributions = contributorsExluded.reduce((acc, current) => acc + cu
7979
<VPTeamMembers size="small" :members="contributors" />
8080
</template>
8181
</VPTeamPageSection>
82-
</VPTeamPage>
82+
</VPTeamPage>

0 commit comments

Comments
 (0)