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 Jun 21, 2023. It is now read-only.
PullRequestModel overrides Equals such that two PRs with the same number are
considered equal. This was causing the Model not to be updated on refresh: we need to use ReferenceEquals. Fixes#901
0 commit comments