开始使用
准备好安装了吗?
在我们扩容期间,安装采用邀请制。已通过审核的成员登录后添加 GitHub App;其他人可以先加入等候名单。
version: 1
budget:
max_cost_usd: 5
policy:
require_checks: true
deny_paths:
- infra/prod/**全程可审计原生的 GitHub 工作流你已有的检查依然说了算每个任务的成本都看得见
前置条件
你需要准备什么
- 01
一个你在维护仓库的 GitHub 组织或个人账户
- 02
用作自托管 CI 机器的 VPS 或现成硬件(只用 AI 开发者的话可选,用 CI 则必需)
- 03
你自己的 API 密钥(Anthropic、OpenAI、Gemini、Kimi、GLM、MiniMax 等,或任何 OpenAI 兼容端点)
- 04
一个 .dz/maintainer/maintainer.yml 策略文件(文档里有模板)
# yaml-language-server: $schema=https://developerz.ai/schemas/maintainer.v1.json
version: 1
pr:
# With `false` we open PRs and drive them to green; you merge them. The platform
# default is `true` — set it once you trust the gates (CI green, review, protections).
auto_merge: false
# Never merge a head nobody reviewed.
require_review: true
human_merge:
paths:
- .github/workflows/**
release:
# Nothing is tagged or published until you name a manager.
manager: none
triage:
ask_for_repro: true仓库根目录下已经有一个 .maintainer.yml?它会作为旧路径继续生效,直到被废弃;上面那个位置是新的存放处。