fix: switch docs-check from reusable workflow to API dispatch#299
Open
sd-katherinekim wants to merge 1 commit intomainfrom
Open
fix: switch docs-check from reusable workflow to API dispatch#299sd-katherinekim wants to merge 1 commit intomainfrom
sd-katherinekim wants to merge 1 commit intomainfrom
Conversation
Public repos cannot reference reusable workflows from internal repos (GitHub limitation — jobs silently fail with 0 jobs). Switch to workflow_dispatch API call via actions/github-script to trigger client-workflows/claude-docs-validation.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #299 +/- ##
========================================
Coverage 10.84% 10.84%
========================================
Files 360 360
Lines 9083 9083
Branches 2577 2441 -136
========================================
Hits 985 985
- Misses 8022 8097 +75
+ Partials 76 1 -75 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
client-workflows)의 reusable workflow를 호출하면 GitHub 제약으로 jobs가 0개 생성되며 실패하는 문제 해결uses: sendbird/client-workflows/...@main+secrets: inherit→actions/github-script로workflow_dispatchAPI 호출 방식으로 전환docs-check,docs-check-on-comment두 job 모두 동일 패턴으로 변경Test plan
workflow_dispatch로 수동 트리거하여client-workflows에서 workflow run이 생성되는지 확인/docs-validation트리거 정상 동작 확인🤖 Generated with Claude Code