Skip to content

Commit 4654554

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bf47ece commit 4654554

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]", "copilot", "copilot[bot]", "github-actions[bot]", "renovate[bot]", "dependabot-preview[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)