Skip to content

feat: add release docs check workflow#1411

Closed
sd-katherinekim wants to merge 3 commits intomainfrom
feat/add-release-docs-check
Closed

feat: add release docs check workflow#1411
sd-katherinekim wants to merge 3 commits intomainfrom
feat/add-release-docs-check

Conversation

@sd-katherinekim
Copy link
Copy Markdown

@sd-katherinekim sd-katherinekim commented Mar 25, 2026

Summary

  • SDK docs 자동화 파이프라인을 위한 release-docs-check.yml workflow 추가
  • Release branch가 main에 머지되면 자동으로 문서 업데이트 검증 실행

Triggers

  • pull_request: closed — release branch가 main에 merge 시 자동 실행
  • issue_comment: /docs-validation — PR 코멘트로 수동 트리거 (repo members only)
  • workflow_dispatch — Actions 탭에서 수동 실행

Config

env:
  SDK_TYPE: uikit-react
  PLATFORM: react

🤖 Generated with Claude Code

Adds release-docs-check.yml that triggers the SDK docs pipeline:
- After release workflow completes (workflow_run)
- Via PR comment: /docs-validation
- Manual workflow_dispatch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 1ab7c6e
🔍 Latest deploy log https://app.netlify.com/projects/sendbird-uikit-react/deploys/69c6136d617ff20008661561
😎 Deploy Preview https://deploy-preview-1411--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dffd0053a6

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +3 to +6
on:
issue_comment:
types: [created]
workflow_dispatch:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add workflow_run trigger for the workflow_run code path

The config job includes a full if [ "$EVENT_NAME" = "workflow_run" ] branch to derive release_tag, but this workflow is only triggered by issue_comment and workflow_dispatch. As a result, that release-flow path is dead code and the release-driven docs check cannot run automatically, even though the job logic is written for it. Add an on.workflow_run trigger (or remove the unreachable branch) so the behavior matches the implemented logic.

Useful? React with 👍 / 👎.

sd-katherinekim and others added 2 commits March 25, 2026 16:58
Adds release-docs-check.yml that triggers the SDK docs pipeline:
- After release workflow completes (workflow_run) or release branch merge
- Via PR comment: /docs-validation (repo members only)
- Manual workflow_dispatch

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>
@sd-katherinekim
Copy link
Copy Markdown
Author

Superseded by #1415 — docs-validation을 notify-docs-update.yml에 통합했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant