gitlink-cli/shortcuts
camelliamc 9f0973f80a 完成两条自动化工作流:社区运营自动化 + 代码质量看门人
工作流一(社区运营自动化):
- Webhook 监听 Issue 创建 → 自动关键词分类 → 打标签 + 分配责任人
- 修复 assigner_ids 字段名(原 assigned_to_id 已被后端静默忽略)
- 修复标签 ID 从项目 issue_tags API 动态获取(原 tracker ID 与 issue_tag ID 不匹配)
- 新增 Windows PowerShell 版本脚本

工作流二(代码质量看门人):
- Webhook 监听 PR 创建 → 数据采集 → AI 代码审查 → 本地 CI → 冲突检测 → 自动合并
- 新增 02a-pr-gatekeeper.sh 核心编排脚本(603 行)
- 新增 Windows PowerShell 版本
- Webhook 监听器增加 pull_request 事件路由
2026-07-10 10:49:48 +08:00
..
branch Merge branch 'master' into zk_branch 2026-06-04 11:47:40 +08:00
ci Merge branch 'master' into zk_branch 2026-06-04 11:47:40 +08:00
common refactor: improve error handling, output formatting, and wiki/webhook shortcuts 2026-06-27 19:16:53 +08:00
compliance Add onboard, compliance, and contrib shortcuts with skill docs 2026-06-15 19:11:01 +08:00
contrib Add onboard, compliance, and contrib shortcuts with skill docs 2026-06-15 19:11:01 +08:00
issue 完成两条自动化工作流:社区运营自动化 + 代码质量看门人 2026-07-10 10:49:48 +08:00
milestone feat(workflows): add PowerShell scripts and refactor workflow Skill 2026-07-01 23:52:17 +08:00
onboard Add --force flag to onboard +welcome for re-adding comments 2026-06-15 19:27:24 +08:00
org fix: update RequireArg calls to match new 2-arg signature from master merge 2026-06-04 12:12:42 +08:00
pr fix: update RequireArg calls to match new 2-arg signature from master merge 2026-06-04 12:12:42 +08:00
release fix: update RequireArg calls to match new 2-arg signature from master merge 2026-06-04 12:12:42 +08:00
repo feat: add repo batch-delete, unify api error envelope, harden wiki handling 2026-07-01 13:07:29 +08:00
search fix: update RequireArg calls to match new 2-arg signature from master merge 2026-06-04 12:12:42 +08:00
team fix: update RequireArg calls to match new 2-arg signature from master merge 2026-06-04 12:12:42 +08:00
user fix(user): user +info 改用绝对路径 /users/:login,避免 URL 拼接歧义 2026-07-01 15:37:16 +08:00
webhook refactor: improve error handling, output formatting, and wiki/webhook shortcuts 2026-06-27 19:16:53 +08:00
wiki feat: add repo batch-delete, unify api error envelope, harden wiki handling 2026-07-01 13:07:29 +08:00
register.go Add onboard, compliance, and contrib shortcuts with skill docs 2026-06-15 19:11:01 +08:00