Skip to content

Commit 3525e61

Browse files
authored
fix: ignore GitHub Actions changelog contributor (anomalyco#24567)
1 parent 059e6c4 commit 3525e61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/raw-changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Diff = {
2323
}
2424

2525
const repo = process.env.GH_REPO ?? "anomalyco/opencode"
26-
const bot = ["actions-user", "opencode", "opencode-agent[bot]"]
26+
const bot = ["actions-user", "github-actions[bot]", "opencode", "opencode-agent[bot]"]
2727
const team = [
2828
...(await Bun.file(new URL("../.github/TEAM_MEMBERS", import.meta.url))
2929
.text()

0 commit comments

Comments
 (0)