Skip to content

chore: update .prettierignore to exclude GitHub Actions workflows - #70

Merged
ding113 merged 1 commit into
mainfrom
dev
Nov 2, 2025
Merged

chore: update .prettierignore to exclude GitHub Actions workflows#70
ding113 merged 1 commit into
mainfrom
dev

Conversation

@ding113

@ding113 ding113 commented Nov 2, 2025

Copy link
Copy Markdown
Owner

No description provided.

@ding113
ding113 merged commit 6529f23 into main Nov 2, 2025
4 checks passed
@claude

claude Bot commented Nov 2, 2025

Copy link
Copy Markdown
Contributor

⚠️ 工作流违规

问题:此 PR 试图直接合并到 main 分支,违反了项目的标准 Git 工作流。

标准流程

代码变更 → PR 到 dev → 测试通过 → 合并到 main

解决方案

请关闭此 PR,并重新创建一个指向 dev 分支的 PR:

# 1. 确保在 dev 分支
git checkout dev

# 2. 创建新的 PR 指向 dev
gh pr create --base dev --title "chore: update .prettierignore to exclude GitHub Actions workflows" --body "排除 GitHub Actions workflows 和大型种子数据文件,避免格式化冲突。"

说明

  • main 是生产分支,只接受来自 dev 的合并
  • 所有开发工作必须先进入 dev,经过验证后才能进入 main
  • 这确保了 main 的稳定性和可追溯性

@claude claude Bot added the invalid This doesn't seem right label Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant