mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
fix: suppress 'Thanks' credit for kilo-code-bot app in changelog
@changesets/changelog-github renders GitHub App credits with the app slug (e.g. [@kilo-code-bot](https://github.com/apps/kilo-code-bot)), not the '[bot]'-suffixed commit author login. v7.2.12 leaked a 'Thanks @kilo-code-bot!' line because the team set only contained 'kilo-code-bot[bot]'. Add the bare slug.
This commit is contained in:
@@ -132,6 +132,7 @@ const team = [
|
||||
"alex-alecu",
|
||||
"imanolmzd-svg",
|
||||
"kilocode-bot",
|
||||
"kilo-code-bot",
|
||||
"kilo-code-bot[bot]",
|
||||
"kirillk",
|
||||
"lambertjosh",
|
||||
|
||||
@@ -30,6 +30,7 @@ const team = new Set([
|
||||
"alex-alecu",
|
||||
"imanolmzd-svg",
|
||||
"kilocode-bot",
|
||||
"kilo-code-bot",
|
||||
"kilo-code-bot[bot]",
|
||||
"kirillk",
|
||||
"lambertjosh",
|
||||
|
||||
Reference in New Issue
Block a user