summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--script/raw-changelog.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/raw-changelog.ts b/script/raw-changelog.ts
index 4a0bb30ac..735b078be 100644
--- a/script/raw-changelog.ts
+++ b/script/raw-changelog.ts
@@ -23,7 +23,7 @@ type Diff = {
}
const repo = process.env.GH_REPO ?? "anomalyco/opencode"
-const bot = ["actions-user", "opencode", "opencode-agent[bot]"]
+const bot = ["actions-user", "github-actions[bot]", "opencode", "opencode-agent[bot]"]
const team = [
...(await Bun.file(new URL("../.github/TEAM_MEMBERS", import.meta.url))
.text()