Merge docs workflows into single release-triggered pipeline#303
Merged
OnestarLee merged 1 commit intomainfrom Apr 8, 2026
Merged
Merge docs workflows into single release-triggered pipeline#303OnestarLee merged 1 commit intomainfrom
OnestarLee merged 1 commit intomainfrom
Conversation
Consolidate notify-docs-update.yml and release-docs-check.yml into a single workflow triggered by release:published events. The separate release-docs-check.yml used pull_request:closed and issue_comment triggers which caused noisy failures on non-release PRs. Changes: - Add docs-validation job to notify-docs-update.yml (triggers claude-docs-validation on client-workflows) - Add workflow_dispatch for manual re-runs - Remove release-docs-check.yml (superseded) 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 #303 +/- ##
=======================================
Coverage 10.84% 10.84%
=======================================
Files 360 360
Lines 9084 9084
Branches 2442 2442
=======================================
Hits 985 985
Misses 8098 8098
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OnestarLee
approved these changes
Apr 8, 2026
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
notify-docs-update.ymlandrelease-docs-check.ymlinto a single workflowrelease: [published]+workflow_dispatch(manual re-run)release-docs-check.ymlwhich usedpull_request: [closed]andissue_comment: [created]triggers, causing noisy failures on non-release PRsChanges
notify-docs-update.yml— sendbird-docs dispatch onlynotify-docs-update.yml— docs-validation + sendbird-docs dispatchrelease-docs-check.yml— docs-validation via PR close/commentContext
Same change as sendbird-uikit-react PR #1415. Both repos had the same duplicate workflow pattern.
Test plan
DOCS_REPO_TOKENandSDK_REPO_TOKENorg secrets exist🤖 Generated with Claude Code