Skip to content

Commit b8fb885

Browse files
authored
Merge pull request #1459 from steam-bell-92/Temp
Includes other bot account in excluded users list in leaderboard
2 parents d220327 + 4654554 commit b8fb885

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ import "./leaderboard.css";
1313
const GITHUB_ORG = "recodehive";
1414

1515
// Users to exclude from the leaderboard
16-
const EXCLUDED_USERS = ["sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot[bot]"];
16+
const EXCLUDED_USERS = [
17+
"sanjay-kv",
18+
"allcontributors",
19+
"allcontributors[bot]",
20+
"dependabot[bot]",
21+
"copilot",
22+
"copilot[bot]",
23+
"github-actions[bot]",
24+
"renovate[bot]",
25+
"dependabot-preview[bot]",
26+
];
1727

1828
interface PRDetails {
1929
title: string;

0 commit comments

Comments
 (0)