We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca33f0b commit 0d740ecCopy full SHA for 0d740ec
docs/.vitepress/config/shared.ts
@@ -79,7 +79,7 @@ export const shared = defineConfig({
79
80
const excludedContributors = [/DerGoogler/i, /dependabot(-preview)?\[bot\]/i, /(weblate(\[bot\])?|WeblateAdmin)/i];
81
82
- const contributorsExluded = contributors.filter((con) => !excludedContributors.some((exc) => con.match(exc)));
+ const contributorsExluded = contributors.filter((con) => !excludedContributors.some((exc) => con.login.match(exc)));
83
84
return contributorsExluded.map((contributor) => {
85
return {
0 commit comments