ci(validate): add distributions tags

This commit is contained in:
Lemmy
2026-07-14 23:34:14 -04:00
parent a82519b46b
commit a6ea5ec9ed
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -17,16 +17,20 @@ LAUNCHER_PREFIX_RE = re.compile(r"^[a-z]+$")
ALLOWED_TAGS = {
"ai",
"animation",
"arch",
"audio",
"bar",
"clock",
"countdown",
"demo",
"debian",
"desktop",
"development",
"emoticon",
"fedora",
"fun",
"gaming",
"gentoo",
"hardware",
"hyprland",
"indicator",
@@ -38,6 +42,8 @@ ALLOWED_TAGS = {
"music",
"network",
"niri",
"nixos",
"opensuse",
"panel",
"privacy",
"productivity",
@@ -50,6 +56,7 @@ ALLOWED_TAGS = {
"time",
"utility",
"video",
"void",
"wallpaper",
}