Sync: Community Changes #4223

This commit is contained in:
sriram veeraghanta
2025-09-16 21:27:11 +05:30
committed by GitHub
4 changed files with 10 additions and 11 deletions

View File

@@ -3,11 +3,9 @@ name: "CodeQL"
on:
workflow_dispatch:
push:
branches: ["preview", "master"]
branches: ["preview", "canary", "master"]
pull_request:
branches: ["develop", "preview", "master"]
schedule:
- cron: "53 19 * * 5"
branches: ["preview", "canary", "master"]
jobs:
analyze:

View File

@@ -8,15 +8,15 @@ export * from "./cycle";
export * from "./dashboard";
export * from "./dashboards";
export * from "./emoji";
export * from "./endpoints-extended";
export * from "./endpoints";
export * from "./endpoints-extended";
export * from "./enhanced-search";
export * from "./errors-extended";
export * from "./estimates";
export * from "./event-tracker";
export * from "./feature-flag";
export * from "./file-extended";
export * from "./file";
export * from "./file-extended";
export * from "./filter";
export * from "./graph";
export * from "./icon";
@@ -30,18 +30,18 @@ export * from "./mobile";
export * from "./module";
export * from "./notification";
export * from "./page";
export * from "./payment-extended";
export * from "./payment";
export * from "./profile-extended";
export * from "./payment-extended";
export * from "./profile";
export * from "./profile-extended";
export * from "./project";
export * from "./projects-extended";
export * from "./rich-filters";
export * from "./settings";
export * from "./sidebar";
export * from "./spreadsheet";
export * from "./state-extended";
export * from "./state";
export * from "./state-extended";
export * from "./stickies";
export * from "./subscription";
export * from "./swr";
@@ -53,5 +53,5 @@ export * from "./user";
export * from "./views";
export * from "./work-item-properties";
export * from "./work-item-types";
export * from "./workspace-drafts";
export * from "./workspace";
export * from "./workspace-drafts";

View File

@@ -1,3 +1,4 @@
export * from "./activity";
// enterprise
export * from "./active-cycle";
export * from "./activity";

View File

@@ -21,8 +21,8 @@ export * from "./module";
export * from "./notification";
export * from "./page";
export * from "./permission";
export * from "./project";
export * from "./project-views";
export * from "./project";
export * from "./recurring-work-items";
export * from "./rich-filters";
export * from "./router";