Skip to content

Comments

ci: Add docs notification workflow on release#288

Merged
OnestarLee merged 1 commit intomainfrom
ci/notify-docs-update
Feb 12, 2026
Merged

ci: Add docs notification workflow on release#288
OnestarLee merged 1 commit intomainfrom
ci/notify-docs-update

Conversation

@jayden-lee-sb
Copy link
Collaborator

@jayden-lee-sb jayden-lee-sb commented Feb 11, 2026

Summary

  • Add a GitHub Actions workflow that automatically notifies the sendbird-docs repository whenever a new SDK release is published.
  • On each release event, this workflow triggers a repository_dispatch to sendbird-docs, passing the SDK type, release tag, and release URL so that documentation can be updated accordingly.

Test plan

  • Verify the workflow file is correctly placed at .github/workflows/notify-docs-update.yml
  • Confirm the SDK_TYPE env variable matches this repository
  • Publish a test release and verify the docs repo receives the dispatch event

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 10.87%. Comparing base (37e0e35) to head (2e41e48).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   10.87%   10.87%           
=======================================
  Files         360      360           
  Lines        9054     9054           
  Branches     2575     2556   -19     
=======================================
  Hits          985      985           
- Misses       7993     8068   +75     
+ Partials       76        1   -75     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jayden-lee-sb jayden-lee-sb self-assigned this Feb 11, 2026
Copy link
Collaborator

@OnestarLee OnestarLee left a comment

Choose a reason for hiding this comment

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

lgtm!

@OnestarLee OnestarLee added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit e24d77d Feb 12, 2026
7 checks passed
@OnestarLee OnestarLee deleted the ci/notify-docs-update branch February 12, 2026 00:33
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.

3 participants