fix: 廃止された GitHub Projects Classic を使用するワークフローを削除する - #256
Merged
Conversation
`srggrs/assign-one-project-github-action@1.2.0` は GitHub Projects Classic (v1) API を使用しているが、 参照先のプロジェクト (projects/1, projects/2) が削除され、 API が 404 を返すため、少なくとも 2026-03-22 から継続的に CI が失敗していた。 GitHub Projects v2 への移行が必要な場合は別途対応が必要。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 Projects Classic (v1) API を使用する
set-projects.ymlワークフローが継続的に失敗しているため削除します。問題の詳細
エラーの内容
原因
srggrs/assign-one-project-github-action@1.2.0は GitHub Projects Classic (v1) API (/repos/{owner}/{repo}/projects) を使用しているhttps://github.com/jaoafa/jao-Minecraft-Server/projects/1およびprojects/2が削除済みで、API が 404 を返す修正内容
set-projects.ymlワークフローを削除代替手段
GitHub Projects v2 への移行が必要な場合は、以下の手順が必要です:
actions/add-to-projectまたは同等のアクションを使用する判断記録
set-projects.ymlを削除して CI エラーを解消する