You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement Transfer Rules Engine for Cross-Repository Issue Routing (#22)
* feat: Create new development session and set as current.
* feat: Implement GitHub issue transfer functionality with rule-based matching and GraphQL API integration.
* feat: Enhance `TransferIssue` to return the new issue URL and improve GraphQL client validation, which is then used by the action executor.
* Update internal/transfer/matcher.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: address code review feedback
- Add whitespace trimming for targetRepo input validation
- Truncate error response bodies to prevent sensitive data leaks
- Add empty URL validation after transfer completion
- Fix Transfer config merge logic to allow child to disable parent
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments