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
The pull request build needs to save state, because the cron build will later retrieve that state. The state consists of:
Did this PR meet all of the automerge guidelines? Yes or No.
If it met all of the automerge guidelines, what was the SHA of the PR's head branch at the time of approval?
Currently, we use pull request reviews as a way of saving this state. But I think that it would be more robust to use either the Statuses API or the Checks API in order to save and retrieve this state.
The pull request build needs to save state, because the cron build will later retrieve that state. The state consists of:
Currently, we use pull request reviews as a way of saving this state. But I think that it would be more robust to use either the
Statuses
API or theChecks
API in order to save and retrieve this state.The GitHub API reference says:
So I think we should use the
Statuses
API instead.The text was updated successfully, but these errors were encountered: