Skip to content

Commit

Permalink
attachStagedCommit should handle validation errors too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Oct 27, 2023
1 parent 4801d29 commit 1558b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/platform/api/buildplanner/request/attachstagedcommit.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ mutation ($organization: String!, $project: String!, $parentCommit: ID!, $commit
__typename
message
}
... on ValidationError {
__typename
message
}
... on Forbidden {
__typename
message
Expand Down

0 comments on commit 1558b26

Please sign in to comment.