We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e905067 commit c45052fCopy full SHA for c45052f
1 file changed
.github/workflows/add-to-project.yml
@@ -29,7 +29,14 @@ jobs:
29
PRIORITY_FIELD: "PVTSSF_lADOCxeiOM4BR2KZzg_jXvs"
30
CATEGORY_FIELD: "PVTSSF_lADOCxeiOM4BR2KZzg_jXxA"
31
ITEM_ID: ${{ needs.add-to-project.outputs.item_id }}
32
+ ID_FIELD: "PVTF_lADOCxeiOM4BR2KZzhADImQ"
33
steps:
34
+ - name: Set ID field
35
+ run: |
36
+ NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}
37
+ gh project item-edit --project-id "$PROJECT_ID" --id "$ITEM_ID" \
38
+ --field-id "$ID_FIELD" --text "VMCT-$NUMBER"
39
+
40
- name: Set Solution field
41
run: |
42
LABELS='${{ toJson(github.event.issue.labels.*.name) }}'
0 commit comments