This issue is to add Discord integration support to gong.
Overview
The Discord integration should allow sending notifications to Discord channels about pending PR reviews.
Implementation Details
- Create a new package in
internal/integrations/discord
- Implement the Discord integration interface
- Add support for Discord webhook URLs
- Add configuration parameters for Discord notifications
Acceptance Criteria
- Discord notifications can be configured globally or per rule
- Discord integration can be used alongside other integrations (Slack, Comment, etc.)
- The integration is properly documented in the docs
- Unit tests are written for the implementation
- Update examples in configuration documentation
References
See existing integrations like Slack integration for a good example to follow.
Labels: integration, help wanted
This issue is to add Discord integration support to gong.
Overview
The Discord integration should allow sending notifications to Discord channels about pending PR reviews.
Implementation Details
internal/integrations/discordAcceptance Criteria
References
See existing integrations like Slack integration for a good example to follow.
Labels: integration, help wanted