Skip to content

Commit fe6fa12

Browse files
committed
chore(workflow): update label workflow
1 parent b16dc50 commit fe6fa12

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/label-issue-metadata.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,39 @@ jobs:
3131
const distributionValue = extractValue("Distribution");
3232
3333
const compositorLabelMap = {
34-
"Niri": "compositor:niri",
35-
"Hyprland": "compositor:hyprland",
36-
"Sway": "compositor:sway",
37-
"Scroll": "compositor:scroll",
38-
"Labwc": "compositor:labwc",
39-
"Mango": "compositor:mango",
40-
"MangoWC": "compositor:mango",
34+
"Niri": "niri",
35+
"Hyprland": "hyprland",
36+
"Sway": "sway",
37+
"Scroll": "scroll",
38+
"Labwc": "labwc",
39+
"Mango": "mango",
40+
"MangoWC": "mango",
4141
"Other": "compositor:other"
4242
};
4343
4444
const distributionLabelMap = {
45-
"Arch-based": "distro:arch-based",
46-
"Fedora-based": "distro:fedora-based",
47-
"Debian-based": "distro:debian-based",
48-
"NixOS": "distro:nixos",
49-
"openSUSE-based": "distro:opensuse",
50-
"Gentoo-based": "distro:gentoo",
51-
"Void": "distro:void",
52-
"Void-based": "distro:void",
45+
"Arch-based": "arch-based",
46+
"Fedora-based": "fedora-based",
47+
"Debian-based": "debian-based",
48+
"NixOS": "nixos",
49+
"openSUSE-based": "opensuse",
50+
"Gentoo-based": "gentoo",
51+
"Void": "void",
52+
"Void-based": "void",
5353
"Other": "distro:other"
5454
};
5555
5656
const mappings = [
5757
{
5858
kind: "compositor",
59-
prefix: "compositor:",
59+
prefix: "",
6060
selectedValue: compositorValue,
6161
labelMap: compositorLabelMap,
6262
description: "Issue reported for this compositor stack"
6363
},
6464
{
6565
kind: "distribution",
66-
prefix: "distro:",
66+
prefix: "",
6767
selectedValue: distributionValue,
6868
labelMap: distributionLabelMap,
6969
description: "Issue reported for this Linux distribution family"

0 commit comments

Comments
 (0)