ci(validate): add distributions tags
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@ The `tags` in `plugin.toml` are used for catalog search. Tags must be lowercase
|
||||
`hardware`, `indicator`, `language`, `media`, `music`, `network`, `privacy`, `productivity`, `recording`, `system`,
|
||||
`theming`, `time`, `utility`, `video`, `wallpaper`
|
||||
- Compositors: `hyprland`, `labwc`, `mangowc`, `niri`, `sway`
|
||||
- Distributions: `arch`, `debian`, `fedora`, `gentoo`, `nixos`, `opensuse`, `void`
|
||||
|
||||
If your plugin does not fit any existing tag, propose a new one in your pull request rather than inventing a tag in
|
||||
the manifest.
|
||||
|
||||
Reference in New Issue
Block a user