-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into search-add-char-mappings
- Loading branch information
Showing
490 changed files
with
22,715 additions
and
12,219 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
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
Validating CODEOWNERS rules …
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,17 @@ | ||
# ---------------------------------------------------------------------------- | ||
# MDN Yari CODEOWNERS | ||
# ---------------------------------------------------------------------------- | ||
# Order is important. The last matching pattern takes precedence. | ||
# For more detailed information, see: | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
# ---------------------------------------------------------------------------- | ||
|
||
# ---------------------------------------------------------------------------- | ||
# DEFAULT OWNERS | ||
# ---------------------------------------------------------------------------- | ||
* @mdn/core-dev | ||
|
||
# These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account. | ||
# If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic. | ||
/package.json @mdn-bot | ||
/yarn.lock @mdn-bot |
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,22 +1,89 @@ | ||
blog: | ||
- changed-files: | ||
- any-glob-to-any-file: "**/blog/**/*" | ||
|
||
browser-compat: | ||
- "client/src/document/ingredients/browser-compatability-table/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/browser-compatability-table/**/*" | ||
|
||
macros: | ||
- "kumascript/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "kumascript/**/*" | ||
|
||
cloud-function: | ||
- changed-files: | ||
- any-glob-to-any-file: "cloud-function/**/*" | ||
|
||
copy: | ||
- changed-files: | ||
- any-glob-to-any-file: "copy/**/*" | ||
|
||
dependencies: | ||
- "**/poetry.lock" | ||
- "**/yarn.lock" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/poetry.lock" | ||
- "**/yarn.lock" | ||
|
||
deployer: | ||
- "deployer/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "deployer/**/*" | ||
|
||
filecheck: | ||
- changed-files: | ||
- any-glob-to-any-file: "filecheck/**/*" | ||
|
||
flaw-system: | ||
- "build/flaws/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "build/flaws/**/*" | ||
|
||
github-actions: | ||
- ".github/workflows/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: ".github/workflows/**/*" | ||
|
||
markdown: | ||
- "markdown/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "markdown/**/*" | ||
|
||
metrics: | ||
- changed-files: | ||
- any-glob-to-any-file: "**/telemetry/**/*" | ||
|
||
placement: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/placement/**/*" | ||
- "**/pong/**/*" | ||
|
||
plus: | ||
- "client/src/plus/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/plus/**/*" | ||
- "**/plus-docs/**/*" | ||
|
||
plus:ai-help: | ||
- changed-files: | ||
- any-glob-to-any-file: "**/ai-help/**/*" | ||
|
||
plus:offline: | ||
- "client/pwa/src/**/*" | ||
- "client/src/offline-settings/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "client/pwa/src/**/*" | ||
- "client/src/offline-settings/**/*" | ||
|
||
plus:playground: | ||
- changed-files: | ||
- any-glob-to-any-file: "**/playground/**/*" | ||
|
||
plus:updates: | ||
- changed-files: | ||
- any-glob-to-any-file: "client/src/plus/updates/**/*" | ||
|
||
python: | ||
- "**/*.py" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.py" | ||
|
||
redirects: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "cloud-function/src/middlewares/redirect-*" | ||
- "libs/fundamental-redirects/**/*" |
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.