Преглед изворни кода

fix: ignore GitHub Actions changelog contributor (#24567)

Luke Parker пре 3 месеци
родитељ
комит
3525e61906
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      script/raw-changelog.ts

+ 1 - 1
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()