chore: npm publish の workflow を削除 - #4
Merged
Conversation
release 作成時に必ず失敗する構成だった。package.json が private: true の ため npm publish が拒否され、パッケージ名 @openai/codex-plugin-cc も GitHub Packages が要求するリポジトリ所有者スコープ(tanakauo)と一致しない。 このリポジトリを npm で公開する予定はないため、workflow ごと削除する。 CI(pull-request-ci.yml)はそのまま残る。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U2j9ygS1iB3oPmV5QcQqqr
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.github/workflows/npm-publish-github-packages.yml(#3 で追加)を削除します。理由
この workflow は
on: releaseで動きますが、release を作成した時点で必ず失敗する構成でした。package.jsonが"private": true— npm はこの指定があるパッケージの publish を拒否します@openai/codex-plugin-cc— GitHub Packages はスコープがリポジトリ所有者(tanakauo)と一致することを要求するため、@openaiのままでは公開できませんこのリポジトリを npm パッケージとして公開する予定はないため、修正ではなく削除します。
影響
.github/workflows/pull-request-ci.yml)はそのまま残りますnpm test127 件パス(この変更はテスト対象のコードに触れていません)🤖 Generated with Claude Code
https://claude.ai/code/session_01U2j9ygS1iB3oPmV5QcQqqr
Generated by Claude Code