Skip to content

Commit 6930248

Browse files
committed
[skip ci] update new issues workflow for new API
1 parent 37e45d7 commit 6930248

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/new-issues.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@ jobs:
2525
$status_field: ID!
2626
$status_value: String!
2727
) {
28-
updateProjectNextItemField(
28+
updateProjectV2ItemFieldValue(
2929
input: {
30-
projectId: $project
30+
projectId: $project
3131
itemId: $item
3232
fieldId: $status_field
33-
value: $status_value
33+
value: {
34+
singleSelectOptionId: $status_value
35+
}
3436
}
3537
) {
36-
projectNextItem {
38+
projectV2Item {
3739
id
3840
}
3941
}

0 commit comments

Comments
 (0)