Skip to content

Commit 5d4a131

Browse files
author
Kristopher Turner
committed
infra: refresh project solution option ids
1 parent 4e6e3db commit 5d4a131

1 file changed

Lines changed: 27 additions & 25 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,55 +42,57 @@ jobs:
4242
LABELS='${{ toJson(github.event.issue.labels.*.name) }}'
4343
OPTION_ID=""
4444
if echo "$LABELS" | grep -q '"solution/sofs"'; then
45-
OPTION_ID="71869469"
45+
OPTION_ID="b2185eef"
4646
elif echo "$LABELS" | grep -q '"solution/avd"'; then
47-
OPTION_ID="3158d2ab"
47+
OPTION_ID="7cf8219a"
4848
elif echo "$LABELS" | grep -q '"solution/loadtools"'; then
49-
OPTION_ID="41676257"
49+
OPTION_ID="64d65b5b"
5050
elif echo "$LABELS" | grep -q '"solution/vmconvert"'; then
51-
OPTION_ID="e953d0fd"
51+
OPTION_ID="f71796d1"
5252
elif echo "$LABELS" | grep -q '"solution/docs-site"'; then
53-
OPTION_ID="bc21c611"
53+
OPTION_ID="7bbdc789"
5454
elif echo "$LABELS" | grep -q '"solution/workspace"'; then
55-
OPTION_ID="12cd1a2d"
55+
OPTION_ID="650f0277"
5656
elif echo "$LABELS" | grep -q '"solution/toolkit"'; then
57-
OPTION_ID="3036b812"
57+
OPTION_ID="f3fc2eb6"
5858
elif echo "$LABELS" | grep -q '"solution/aks"'; then
59-
OPTION_ID="48a3c2d9"
59+
OPTION_ID="e4b9726f"
6060
elif echo "$LABELS" | grep -q '"solution/sql-ha"'; then
61-
OPTION_ID="bc72f13a"
61+
OPTION_ID="d7d292f1"
6262
elif echo "$LABELS" | grep -q '"solution/iot"'; then
63-
OPTION_ID="da5b8f6e"
63+
OPTION_ID="2c047026"
6464
elif echo "$LABELS" | grep -q '"solution/vmware-migration"'; then
65-
OPTION_ID="d1db5931"
65+
OPTION_ID="23dd2e36"
6666
elif echo "$LABELS" | grep -q '"solution/monitoring"'; then
67-
OPTION_ID="222b3eeb"
67+
OPTION_ID="1fc16dcb"
6868
elif echo "$LABELS" | grep -q '"solution/bcdr"'; then
69-
OPTION_ID="53b08287"
69+
OPTION_ID="dd141ea7"
7070
elif echo "$LABELS" | grep -q '"solution/cost"'; then
71-
OPTION_ID="7ff092dd"
71+
OPTION_ID="6f81bd4e"
7272
elif echo "$LABELS" | grep -q '"solution/governance"'; then
73-
OPTION_ID="61c0ec9e"
73+
OPTION_ID="1fd11609"
7474
elif echo "$LABELS" | grep -q '"solution/hydration"'; then
75-
OPTION_ID="09b5dd31"
75+
OPTION_ID="30a52397"
7676
elif echo "$LABELS" | grep -q '"solution/custom-images"'; then
77-
OPTION_ID="1d4ff8ab"
77+
OPTION_ID="0cde334b"
7878
elif echo "$LABELS" | grep -q '"solution/app-services"'; then
79-
OPTION_ID="cff9d141"
79+
OPTION_ID="436901f3"
8080
elif echo "$LABELS" | grep -q '"solution/sql-mi"'; then
81-
OPTION_ID="6ca18720"
81+
OPTION_ID="c8760fe8"
8282
elif echo "$LABELS" | grep -q '"solution/ml-ai"'; then
83-
OPTION_ID="228a1b7f"
83+
OPTION_ID="e3576d22"
8484
elif echo "$LABELS" | grep -q '"solution/vms"'; then
85-
OPTION_ID="05d587a9"
85+
OPTION_ID="8addd3d6"
8686
elif echo "$LABELS" | grep -q '"solution/disconnected"'; then
87-
OPTION_ID="ab89650d"
87+
OPTION_ID="13d87860"
8888
elif echo "$LABELS" | grep -q '"solution/training"'; then
89-
OPTION_ID="0af87ea5"
89+
OPTION_ID="9c6e8126"
9090
elif echo "$LABELS" | grep -q '"solution/copilot"'; then
91-
OPTION_ID="a4d35a85"
91+
OPTION_ID="7a6a8a62"
9292
elif echo "$LABELS" | grep -q '"solution/nutanix-migration"'; then
93-
OPTION_ID="3b6baac5"
93+
OPTION_ID="9f4b57e8"
94+
elif echo "$LABELS" | grep -q '"solution/ranger"'; then
95+
OPTION_ID="199aba19"
9496
fi
9597
if [ -n "$OPTION_ID" ]; then
9698
gh project item-edit --project-id "$PROJECT_ID" --id "$ITEM_ID" \

0 commit comments

Comments
 (0)