mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: ignore GitHub Actions changelog contributor (#24567)
This commit is contained in:
parent
059e6c46db
commit
3525e61906
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue