Skip to content

Commit e1e70dd

Browse files
committed
Add image formats
1 parent 02293cd commit e1e70dd

File tree

5 files changed

+504
-0
lines changed

5 files changed

+504
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ data:mathml:
3636
- changed-files:
3737
- any-glob-to-any-file:
3838
- "mathml/**"
39+
data:media:
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- "media/**"
3943
data:svg:
4044
- changed-files:
4145
- any-glob-to-any-file:

.github/workflows/system-file-changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- "!javascript/**.json"
1414
- "!manifests/**.json"
1515
- "!mathml/**.json"
16+
- "!media/**.json"
1617
- "!svg/**.json"
1718
- "!webassembly/**.json"
1819
- "!webdriver/**.json"

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"/javascript/*.json",
1919
"/manifests/*.json",
2020
"/mathml/*.json",
21+
"/media/*.json",
2122
"/svg/*.json",
2223
"/webdriver/*.json",
2324
"/webextensions/*.json"

0 commit comments

Comments
 (0)