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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
use return value of GithubPullRequest#update_status in update_state_success
Changing the order of these parameters so that the return value of
`#update_status` is used instead of `#add_comment`. This hack corrects a bug
in which the comment's return value is returned instead of the status.
Of course the opposite bug still persists (the status's return value can now
step on the return value of the comment). However, we are removing the
commenting feature in the future, and update_status is already the default
behavior for new GitHub repos.
A better compromise might be to merge the resulting hashes?
0 commit comments