Skip to content

ci(changelog): use PR instead of direct push to master#7

Merged
jorben merged 1 commit intomasterfrom
fix/changelog-workflow-pr
Jan 25, 2026
Merged

ci(changelog): use PR instead of direct push to master#7
jorben merged 1 commit intomasterfrom
fix/changelog-workflow-pr

Conversation

@jorben
Copy link
Collaborator

@jorben jorben commented Jan 25, 2026

Summary

  • 修复 changelog workflow 因分支保护规则导致的推送失败问题
  • stefanzweifel/git-auto-commit-action 替换为 peter-evans/create-pull-request
  • changelog 更新现在会创建 PR 而不是直接推送到 master

问题原因

仓库设置了分支保护规则,要求所有更改必须通过 PR 提交,原 workflow 直接 push 到 master 被拒绝。

Test plan

  • 发布新 tag 后验证 changelog workflow 能正常创建 PR

🤖 Generated with Claude Code

@jorben jorben merged commit f3b785d into master Jan 25, 2026
2 checks passed
@jorben jorben deleted the fix/changelog-workflow-pr branch January 27, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant