-
Notifications
You must be signed in to change notification settings - Fork 87
chore: publishワークフローを単一のpublish.ymlに統合 #560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add rulesync.jsonc configuration and update .gitignore to exclude personal rulesync files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
publish-latest.ymlとpublish-canary.ymlを統合し、ブランチに応じて処理を分岐するpublish.ymlに一本化しました。 - mainブランチ: latest版としてpublish - canaryブランチ: canary版としてpublish - 既存のトリガー条件と動作を維持 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
| mise.toml | ||
| .serena | ||
| .pnpm-store | ||
| .rulesync/*/my-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rulesync関連
| { | ||
| "targets": ["copilot", "cursor", "claudecode", "codexcli"], | ||
| "features": ["rules", "ignore", "mcp", "commands", "subagents"], | ||
| "baseDirs": ["."], | ||
| "delete": true, | ||
| "verbose": false, | ||
| "experimentalGlobal": false, | ||
| "experimentalSimulateCommands": false, | ||
| "experimentalSimulateSubagents": false, | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rulesync関連
cm-igarashi-ryosuke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
Changes
.github/workflows/publish-latest.ymlを削除.github/workflows/publish-canary.ymlを削除.github/workflows/publish.ymlを新規作成github.ref_nameによる条件分岐で実装Benefits
Test plan
🤖 Generated with Claude Code