File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ jobs:
4242 LABELS='${{ toJson(github.event.issue.labels.*.name) }}'
4343 OPTION_ID=""
4444 if echo "$LABELS" | grep -q '"solution/sofs"'; then
45- OPTION_ID="1695a3e2 "
45+ OPTION_ID="a33c6c71 "
4646 elif echo "$LABELS" | grep -q '"solution/avd"'; then
47- OPTION_ID="1d1bf6c0 "
47+ OPTION_ID="502138a1 "
4848 elif echo "$LABELS" | grep -q '"solution/loadtools"'; then
49- OPTION_ID="bb2d53f9 "
49+ OPTION_ID="822e566b "
5050 elif echo "$LABELS" | grep -q '"solution/vmconvert"'; then
51- OPTION_ID="942759d7 "
51+ OPTION_ID="4c6202b4 "
5252 elif echo "$LABELS" | grep -q '"solution/docs-site"'; then
53- OPTION_ID="75fa7361 "
53+ OPTION_ID="21b55444 "
5454 elif echo "$LABELS" | grep -q '"solution/workspace"'; then
55- OPTION_ID="d60c979e "
55+ OPTION_ID="4cec6642 "
5656 fi
5757 if [ -n "$OPTION_ID" ]; then
5858 gh project item-edit --project-id "$PROJECT_ID" --id "$ITEM_ID" \
You can’t perform that action at this time.
0 commit comments