-
Notifications
You must be signed in to change notification settings - Fork 0
リンクチェックの導入(定期・毎月) #18
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
Closed
Closed
Conversation
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
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add monthly link checker implementation
リンクチェックの導入(定期・毎月)
Nov 15, 2025
goataka
approved these changes
Dec 14, 2025
goataka
requested changes
Dec 14, 2025
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
goataka
approved these changes
Dec 14, 2025
Owner
|
@copilot conflictしています。一度pullし、setup.mdに転記するように修正してください。 |
Co-authored-by: goataka <36522098+goataka@users.noreply.github.com>
Contributor
Author
Owner
|
@copilot PRがややこしくなったので、このPRは閉じて、新規にmainから作成したブランチにlink-checkの内容だけ反映してください。 |
Contributor
Author
mainブランチから新しいクリーンなブランチ(copilot/add-link-check-workflow)を作成し、リンクチェック機能のみを含むコミット(0018f82)を追加しました。 ただし、report_progressツールの制限により、新しいPRを自動作成できませんでした。以下のいずれかの方法で対応いただけますでしょうか:
新しいブランチには以下の変更のみが含まれています:
|
Copilot stopped work on behalf of
goataka due to an error
December 14, 2025 01:42
Merged
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/link-check.yml- リンクチェック用ワークフロー更新ファイル
SETUP.md- リンクチェック機能の使用方法を「品質チェック」セクションに追加機能詳細
使用しているGitHub Actions
actions/checkout@v4- 公式アクションlycheeverse/lychee-action@v1- 人気のリンクチェッカーactions/upload-artifact@v4- 公式アクションpeter-evans/create-issue-from-file@v5- 信頼性の高いコミュニティアクション変更履歴
mainブランチから新しくブランチを作成し、リンクチェック機能のみを追加しました。
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.