Skip to content

Commit fabc6b8

Browse files
committed
chore: Remove copilot from contributors
1 parent 05dbc93 commit fabc6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Contributors/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Contributors() {
4040
// Merge contributors, filtering out bots
4141
data.forEach(contributor => {
4242
// Skip bots (any login ending with [bot])
43-
if (contributor.login.endsWith('[bot]')) {
43+
if (contributor.login.endsWith('[bot]') || contributor.login === 'Copilot') {
4444
return;
4545
}
4646

0 commit comments

Comments
 (0)