Files
huly-platform/services/github/pod-github/src/sync/syncConfig.ts
T
2024-07-28 14:55:43 +07:00

11 lines
181 B
TypeScript

/**
* @public
*/
export const syncConfig = {
MainProject: false,
SupportMilestones: true,
IssuesInProject: true,
BacklogInProject: false,
PullRequestsInProject: false
}