Skip to content

[fix]: declare is_test input in release workflow dispatch#1431

Merged
sf-tyler-jeong merged 1 commit into
mainfrom
fix/release-workflow-is_test-input
May 27, 2026
Merged

[fix]: declare is_test input in release workflow dispatch#1431
sf-tyler-jeong merged 1 commit into
mainfrom
fix/release-workflow-is_test-input

Conversation

@sf-tyler-jeong
Copy link
Copy Markdown
Contributor

Summary

The SDK Release Jira automation dispatches release-workflow.yml with an is_test input in addition to release_ticket_key. The workflow declared only release_ticket_key, so GitHub rejected the dispatch with 422 Unexpected inputs provided: ["is_test"] — the workflow never started and the v3.18.0 release ticket (SDKRLSD-2136) auto-rolled back to Conditional Release Approved.

This declares is_test (boolean, default false) so the dispatch is accepted. It must land on main, since workflow_dispatch inputs are validated against the workflow definition on the default branch.

Context

  • Release ticket: SDKRLSD-2136
  • Dispatch error: 422 Unexpected inputs provided: ["is_test"]

Follow-up

The production workflow diverged from the canonical SDK release template (the test repo also declared skip_npm / npm_dry_run). A broader alignment review with the release-platform team may be worthwhile; this PR is the minimal change to unblock the v3.18.0 release.

🤖 Generated with Claude Code

The SDK Release Jira automation dispatches this workflow with an is_test input in addition to release_ticket_key. The workflow declared only release_ticket_key, so GitHub rejected the dispatch (422 Unexpected inputs provided: is_test), the workflow never ran, and the v3.18.0 release ticket SDKRLSD-2136 auto-rolled back to Conditional Release Approved. Declare is_test so the dispatch is accepted.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 27, 2026

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 50e09a2
🔍 Latest deploy log https://app.netlify.com/projects/sendbird-uikit-react/deploys/6a16a662bbbf4000092fa297
😎 Deploy Preview https://deploy-preview-1431--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.

@sf-tyler-jeong sf-tyler-jeong merged commit 6bf1404 into main May 27, 2026
7 checks passed
@sf-tyler-jeong sf-tyler-jeong deleted the fix/release-workflow-is_test-input branch May 27, 2026 08:11
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.

2 participants