logo
4
2
Login
docs: 修正文档链接

Code Review Notification to Group Chat Example

badge badge

This example demonstrates how to configure notifications for code review messages to be sent to group chats.

Related Documentation

Configuration Guide

  • Automatically add reviewers: When a PR is created, reviewers are automatically added
  • Send PR review notifications to group chat: Notification includes PR info, reviewer info, and PR creator info. Will @mention reviewers
  • Auto merge PR: When review is approved, automatically merge the PR
  • Send PR merge notification to group chat: Notification includes PR info, PR creator info, and reviewer info. Will @mention PR creator

Bot Configuration Example

# wework-robots.yml OCI_REVIEW_ROBOT: 99999999-4444c-4444-4444-121212121212 allow_slugs: - examples/** allow_events: - pull_request - pull_request.* allow_images: - tencentcom/wecom-message

Getting Started

cnb-init-from https://cnb.cool/examples/ecosystem/code-review-notice.git