Skip to content

Conversation

@d-bytebase
Copy link
Contributor

Summary

  • Updated webhook documentation to reflect the current Activity.Type enum from proto/v1/v1/project_service.proto
  • Replaced 9 legacy webhook events with the 5 currently supported events:
    • Issue created
    • Issue approval requested
    • Issue sent back
    • Pipeline failed
    • Pipeline completed
  • Updated the direct message section to only reference Issue approval requested as the applicable event

Test plan

  • Review documentation changes for accuracy
  • Verify events match the proto file definitions
  • Check that direct message section is correctly updated

🤖 Generated with Claude Code

Update webhook documentation to reflect current Activity.Type enum from project_service.proto. The supported events now include:
- Issue created
- Issue approval requested
- Issue sent back
- Pipeline failed
- Pipeline completed

This replaces the previous 9 events with the 5 events currently defined in the proto file.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@d-bytebase d-bytebase requested a review from zchpeter as a code owner January 15, 2026 06:47
Copilot AI review requested due to automatic review settings January 15, 2026 06:47
@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
bytebase-com Ready Ready Preview, Comment Jan 15, 2026 6:49am

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the webhook documentation to reflect the current webhook event types supported by Bytebase, replacing legacy event names with the current Activity.Type enum values.

Changes:

  • Replaced 9 legacy webhook event types with 5 currently supported events (Issue created, Issue approval requested, Issue sent back, Pipeline failed, Pipeline completed)
  • Simplified the direct message section to only reference the single applicable event (Issue approval requested)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@d-bytebase d-bytebase merged commit 0d0eb83 into main Jan 15, 2026
11 checks passed
@d-bytebase d-bytebase deleted the docs/update-webhook-events branch January 15, 2026 06:52
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