Skip to content

Commit bf47ece

Browse files
committed
Includes other bot account in excluded users list in leaderboard
1 parent d220327 commit bf47ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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 = ["sanjay-kv", "allcontributors", "allcontributors[bot]", "dependabot[bot]", "copilot", "copilot[bot]", "github-actions[bot]", "renovate[bot]", "dependabot-preview[bot]"];
1717

1818
interface PRDetails {
1919
title: string;

0 commit comments

Comments
 (0)