Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Jul 5, 2022
2 parents 2050859 + f443420 commit a140c2d
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 a140c2d

Please sign in to comment.