From 010234b15d54bdc405009a8cda6e3faaca1acbf0 Mon Sep 17 00:00:00 2001 From: Harshit Date: Mon, 6 Jul 2026 14:38:09 +0530 Subject: [PATCH 1/2] fix: use github-actions bot as commit author --- .github/workflows/leaderboard.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index a1164d02..ad6aa5ce 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -40,4 +40,7 @@ jobs: body: "Automated update of contributor leaderboard data." branch: "automation/leaderboard-update" base: "main" - delete-branch: true \ No newline at end of file + delete-branch: true + + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" \ No newline at end of file From f9448f9d66276e3c7db2deb8d1fe39b0702badaf Mon Sep 17 00:00:00 2001 From: Harshit Date: Mon, 6 Jul 2026 14:38:50 +0530 Subject: [PATCH 2/2] fix: set GitHub Actions bot as committer --- .github/workflows/leaderboard.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/leaderboard.yml b/.github/workflows/leaderboard.yml index ad6aa5ce..cde2101c 100644 --- a/.github/workflows/leaderboard.yml +++ b/.github/workflows/leaderboard.yml @@ -41,6 +41,5 @@ jobs: branch: "automation/leaderboard-update" base: "main" delete-branch: true - - author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" - committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" \ No newline at end of file + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" \ No newline at end of file