Merge docs-validation into release docs workflow#1415
Open
sd-katherinekim wants to merge 1 commit intomainfrom
Open
Merge docs-validation into release docs workflow#1415sd-katherinekim wants to merge 1 commit intomainfrom
sd-katherinekim wants to merge 1 commit intomainfrom
Conversation
- Add docs-validation job (claude-docs-validation dispatch) to existing notify-docs-update workflow, replacing the separate release-docs-check.yml - Add workflow_dispatch trigger for manual re-runs - Remove pull_request/issue_comment triggers that caused noisy failed runs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for sendbird-uikit-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.yml에 docs-validation job 통합, 별도release-docs-check.yml불필요workflow_dispatch트리거 추가 (수동 재실행 지원)pull_request: [closed]/issue_comment: [created]트리거 제거 → 불필요한 실패 Actions 기록 방지Changes
기존 두 워크플로우를 하나로 통합:
notify-docs-update.yml— sendbird-docs dispatch onlynotify-docs-update.yml— docs-validation + sendbird-docs dispatchrelease-docs-check.yml(PR #1411, 미머지) — docs-validation dispatchTriggers
release: [published]— 릴리즈 게시 시 자동 실행workflow_dispatch— Actions 탭에서 수동 실행Test plan
🤖 Generated with Claude Code