forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#9643 from heliocliu/MainToNext328
Integrate main to next
- Loading branch information
Showing
102 changed files
with
558 additions
and
28,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
# This file is a map of labels to repo glob paths. See https://github.com/marketplace/actions/labeler | ||
# for more details. | ||
|
||
"area: build": | ||
- ".github/*" | ||
- ".github/workflows/**" | ||
- "tools/pipelines/**" | ||
|
||
"area: contributor experience": | ||
- ".vscode/**" | ||
|
||
"area: dds": | ||
- experimental/dds/** | ||
- packages/dds/** | ||
|
||
"area: dds: propertydds": | ||
- experimental/PropertyDDS/** | ||
|
||
"area: dds: sharedstring": | ||
- packages/dds/sequence/** | ||
|
||
"area: definitions": | ||
- common/lib/container-definitions/** | ||
- common/lib/core-interfaces/** | ||
- common/lib/driver-definitions/** | ||
|
||
"area: dev experience": | ||
- experimental/framework/** | ||
|
||
"area: driver": | ||
- packages/drivers/** | ||
|
||
"area: examples": | ||
- examples/** | ||
- experimental/examples/** | ||
|
||
"area: framework": | ||
- packages/framework/** | ||
|
||
"area: loader": | ||
- packages/loader/** | ||
|
||
"area: odsp-driver": | ||
- packages/drivers/*odsp*/** | ||
- packages/utils/odsp-doclib-utils/** | ||
|
||
# Add "area: repo" label to any root or .github changes | ||
"area: repo": | ||
- any: ["*", ".github/**", "!BREAKING.md"] | ||
|
||
"area: runtime": | ||
- packages/runtime/** | ||
|
||
"area: server": | ||
- server/** | ||
|
||
"area: tests": | ||
- packages/test/** | ||
|
||
"area: tools": | ||
- any: ["common/build/**", "tools/**", "tools/pipelines/**"] | ||
|
||
"area: website": | ||
- any: ["docs/**", "!docs/content/**"] | ||
|
||
"breaking change": | ||
- BREAKING.md | ||
|
||
dependencies: | ||
- lerna-package-lock.json | ||
- package-lock.json | ||
|
||
documentation: | ||
- docs/content/** | ||
|
||
# flag changes to public APIs so they can be reviewed to see if they're breaking | ||
"public api change": | ||
- "**/api-report/**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,10 @@ | ||
# This file is a map of labels to repo glob paths. See https://github.com/marketplace/actions/labeler | ||
# for more details. | ||
|
||
"area: build": | ||
- ".github/*" | ||
- ".github/workflows/**" | ||
- "tools/pipelines/**" | ||
|
||
"area: contributor experience": | ||
- ".vscode/**" | ||
|
||
"area: dds": | ||
- experimental/dds/** | ||
- packages/dds/** | ||
|
||
"area: dds: propertydds": | ||
- experimental/PropertyDDS/** | ||
|
||
"area: dds: sharedstring": | ||
- packages/dds/sequence/** | ||
|
||
"area: definitions": | ||
- common/lib/container-definitions/** | ||
- common/lib/core-interfaces/** | ||
- common/lib/driver-definitions/** | ||
|
||
"area: dev experience": | ||
- experimental/framework/** | ||
|
||
"area: driver": | ||
- packages/drivers/** | ||
|
||
"area: examples": | ||
- examples/** | ||
- experimental/examples/** | ||
|
||
"area: framework": | ||
- packages/framework/** | ||
|
||
"area: loader": | ||
- packages/loader/** | ||
|
||
"area: odsp-driver": | ||
- packages/drivers/*odsp*/** | ||
- packages/utils/odsp-doclib-utils/** | ||
|
||
# Add "area: repo" label to any root or .github changes | ||
"area: repo": | ||
- any: ["*", ".github/**", "!BREAKING.md"] | ||
|
||
"area: runtime": | ||
- packages/runtime/** | ||
|
||
"area: server": | ||
- server/** | ||
|
||
"area: test": | ||
- packages/test/** | ||
|
||
"area: tools": | ||
- any: ["common/build/**", "tools/**", "tools/pipelines/**"] | ||
|
||
"area: website": | ||
- any: ["docs/**", "!docs/content/**"] | ||
|
||
"breaking change": | ||
- BREAKING.md | ||
|
||
dependencies: | ||
- lerna-package-lock.json | ||
- package-lock.json | ||
|
||
documentation: | ||
- docs/content/** | ||
|
||
# flag changes to public APIs so they can be reviewed to see if they're breaking | ||
"public api change": | ||
- "**/api-report/**" | ||
# This file is used as the configuration for srvaroa/labeler | ||
|
||
version: 1 | ||
labels: | ||
- label: "base: main" | ||
base-branch: "main" | ||
- label: "base: next" | ||
base-branch: "next" | ||
- label: "base: release" | ||
base-branch: "^release/.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.