Skip to content

Commit

Permalink
[skip ci] update new issues workflow for new API
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Jun 30, 2022
1 parent 51fce4d commit 9db2378
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/new-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,17 @@ jobs:
$status_field: ID!
$status_value: String!
) {
updateProjectNextItemField(
updateProjectV2ItemFieldValue(
input: {
projectId: $project
projectId: $project
itemId: $item
fieldId: $status_field
value: $status_value
value: {
singleSelectOptionId: $status_value
}
}
) {
projectNextItem {
projectV2Item {
id
}
}
Expand Down

0 comments on commit 9db2378

Please sign in to comment.