summaryrefslogtreecommitdiffhomepage
path: root/script
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-04-27 13:47:04 +1000
committerGitHub <[email protected]>2026-04-27 03:47:04 +0000
commit3525e619069069db10f13cc31959de879d7830eb (patch)
tree960f3538068bb5d03c33a353df28a14c9304fd21 /script
parent059e6c46db2599af5bf08ae870955f4247fae087 (diff)
downloadopencode-3525e619069069db10f13cc31959de879d7830eb.tar.gz
opencode-3525e619069069db10f13cc31959de879d7830eb.zip
fix: ignore GitHub Actions changelog contributor (#24567)
Diffstat (limited to 'script')
-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()