Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure we refresh the PRs with the PR API (and not the issues API) #1810

Merged
merged 6 commits into from
Mar 11, 2024

Commits on Mar 9, 2024

  1. Make sure we refresh the PRs with the PR API (and not the issues API)

    When a PR was loaded from a search, the refresh() method was reloading
    information from the issues API, which would lead to some information
    not being refreshed properly, typically the mergeable state.
    
    Related to hub4j#1779 (comment)
    gsmet committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    5033848 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    8ba98b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f66efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16907f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfffe16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bc0bfc View commit details
    Browse the repository at this point in the history