-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is neededintegrationAbout IntegrationsAbout Integrations
Description
This issue is to add a GitHub label integration to gong.
Overview
The GitHub label integration should allow automatically applying/removing labels to PRs based on reviewer response time.
Implementation Details
- Create a new package in
internal/integrations/githublabel - Implement the label integration interface
- Add support for configurable label names and application rules
- Add configuration parameters for GitHub label operations
Acceptance Criteria
- GitHub labels can be applied or removed based on review status
- Label operations can be configured globally or per rule
- The 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 for good examples to follow. This integration will need to use the GitHub API to apply/remove labels.
Labels: integration, help wanted
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededintegrationAbout IntegrationsAbout Integrations