Skip to content

Commit 96ad7b1

Browse files
committed
Add GitHub repository selection endpoints and types
Introduces endpoints to list and update GitHub repositories for a project, adds a Repository type to the GitHub service, and refactors project admin access validation. Also adds the TaskManagerItem GraphQL type and links it to the Event type for improved integration with task managers like GitHub Issues.
1 parent cda24b2 commit 96ad7b1

File tree

6 files changed

+482
-95
lines changed

6 files changed

+482
-95
lines changed

src/integrations/github/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ContextFactories } from '../../types/graphql';
55
/**
66
* Re-export types and service from service.ts for backward compatibility
77
*/
8-
export { GitHubService, IssueData, GitHubIssue, Installation } from './service';
8+
export { GitHubService, IssueData, GitHubIssue, Installation, Repository } from './service';
99

1010
/**
1111
* Append GitHub routes to Express app

0 commit comments

Comments
 (0)