Skip to content

Commit b7b078d

Browse files
authored
Fix/leaderboard bot author (#661)
* fix: use github-actions bot as commit author * fix: set GitHub Actions bot as committer
1 parent 9cc5c51 commit b7b078d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/leaderboard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
body: "Automated update of contributor leaderboard data."
4141
branch: "automation/leaderboard-update"
4242
base: "main"
43-
delete-branch: true
43+
delete-branch: true
44+
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
45+
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"

0 commit comments

Comments
 (0)