Skip to content

Commit c52b859

Browse files
committed
chore: wip
fix: use correct github-actions bot email for proper commit attribution - Update workflow to use 41898282+github-actions[bot]@users.noreply.github.com - Update setup.ts to use correct github-actions bot email format - This ensures commits are properly attributed to github-actions[bot] instead of the user - Matches the email format already used in GitHubProvider class chore: wip chore: wip
1 parent fad209a commit c52b859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"stacks": "workspace:*",
88
},
99
"devDependencies": {
10-
"buddy-bot": "0.5.20",
10+
"buddy-bot": "0.5.23",
1111
"typescript": "5.8.3",
1212
},
1313
},
@@ -3358,7 +3358,7 @@
33583358

33593359
"browserslist": ["browserslist@4.25.1", "", { "dependencies": { "caniuse-lite": "^1.0.30001726", "electron-to-chromium": "^1.5.173", "node-releases": "^2.0.19", "update-browserslist-db": "^1.1.3" }, "bin": { "browserslist": "cli.js" } }, "sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw=="],
33603360

3361-
"buddy-bot": ["buddy-bot@0.5.20", "", { "dependencies": { "@types/prompts": "^2.4.9", "bunfig": "^0.10.1", "cac": "6.7.13", "prompts": "^2.4.2", "ts-pkgx": "0.4.4" }, "bin": { "buddy-bot": "dist/bin/cli.js" } }, "sha512-fd3bUFVOzFB3F6UpOu+R87/LsW/Gq4rbBbq2MliXcQOjB92SgBf5qjMW+RSg5bvSefdJx99luhc1s9zCMmWXXQ=="],
3361+
"buddy-bot": ["buddy-bot@0.5.23", "", { "dependencies": { "@types/prompts": "^2.4.9", "bunfig": "^0.10.1", "cac": "6.7.13", "prompts": "^2.4.2", "ts-pkgx": "0.4.4" }, "bin": { "buddy-bot": "dist/bin/cli.js" } }, "sha512-iG2627SaXEiiHO9RRlPJGPnYSph0qZ2gJzNxy7TONfeJiJ1zMz9DCMy++8e+aXoMCDSVLrWw/zKvMpEOkf9KAQ=="],
33623362

33633363
"buffer": ["buffer@4.9.2", "", { "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", "isarray": "^1.0.0" } }, "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg=="],
33643364

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"storage/framework/server"
7878
],
7979
"devDependencies": {
80-
"buddy-bot": "0.5.20",
80+
"buddy-bot": "0.5.23",
8181
"typescript": "5.8.3"
8282
},
8383
"overrides": {

0 commit comments

Comments
 (0)