Skip to content

Commit 1caf3cb

Browse files
authored
separate chromeOS labeling (#3193)
1 parent 22560a4 commit 1caf3cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/keywords.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module.exports = function () {
4747
["macOS Silicon", "OS: macOS Silicon"],
4848
["Windows 10", "OS: Windows 10"],
4949
["Windows 11", "OS: Windows 11"],
50-
["Linux|Flatpak|Ubuntu|Debian|Fedora|Arch|Manjaro|PopOs|ChromeOS", "OS: Linux / Flatpak"]
50+
["Linux|Flatpak|Ubuntu|Debian|Fedora|Arch|Manjaro|PopOs", "OS: Linux / Flatpak"],
51+
["ChromeOS", "OS: ChromeOS"]
5152
]
5253
};
5354
return keywords;

0 commit comments

Comments
 (0)