Skip to content

Commit ae3acfe

Browse files
fix: update Solution field option IDs after Toolkit option added to Project #3
1 parent 394c952 commit ae3acfe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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" \

0 commit comments

Comments
 (0)