-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
agentAutomated by shit-agents swarmAutomated by shit-agents swarmenhancementNew feature or requestNew feature or request
Description
Summary
Add support for GitHub Issue Events and Timeline to track the complete history of issue changes.
Features to Implement
Event Types
- Issue state changes (opened, closed, reopened)
- Label changes (labeled, unlabeled)
- Assignee changes (assigned, unassigned)
- Milestone changes (milestoned, demilestoned)
Event Operations
- List events for an issue
- Get specific event details
- Filter events by type
- Paginate through event history
GitHub API Endpoints
GET /repos/{owner}/{repo}/issues/{issue_number}/eventsGET /repos/{owner}/{repo}/issues/{issue_number}/timelineGET /repos/{owner}/{repo}/issues/events/{event_id}
Priority
Medium - Valuable for advanced workflows and analytics
Metadata
Metadata
Assignees
Labels
agentAutomated by shit-agents swarmAutomated by shit-agents swarmenhancementNew feature or requestNew feature or request