You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer,
I want to find the build status for a build at a specific git commit.
At the moment I must run listSiteBuilds, and filter by the data.sha matching pull/[PR_NUMBER]/head, to get a build information containing a deploy_id which I can then query the status of.
It would be ideal if there were a listSitePreviews function accepting an optional commit head filter and/or pull request filter.
The text was updated successfully, but these errors were encountered:
As a developer,
I want to find the build status for a build at a specific git commit.
At the moment I must run
listSiteBuilds
, and filter by thedata.sha
matchingpull/[PR_NUMBER]/head
, to get a build information containing a deploy_id which I can then query the status of.It would be ideal if there were a
listSitePreviews
function accepting an optional commit head filter and/or pull request filter.The text was updated successfully, but these errors were encountered: