chore(github): 增加 PR AI 代码审查流程并调整 CI 触发范围

- 新增 `.github/ai-review.md` 与 `.ai-reviewignore`,用于约束 AI 审查规则和忽略生成产物。
- 新增 `.github/workflows/ai-pr-review.yml`,在 PR 上自动运行 AI 审查并支持按配置跳过。
- 调整 `.github/workflows/docker.yml`,将 PR 触发范围收敛到 `main` 分支。
This commit is contained in:
LanQin
2026-06-20 23:18:22 +08:00
parent 9b70ba5927
commit 3ce17d97dc
4 changed files with 99 additions and 1 deletions
+2 -1
View File
@@ -4,13 +4,14 @@ on:
push:
branches:
- main
- master
tags:
- "v*"
paths-ignore:
- "**/*.md"
- "deploy/.env.example"
pull_request:
branches:
- main
paths-ignore:
- "**/*.md"
- "deploy/.env.example"