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

Simplify identifying provider upgrade issues #288

Merged
merged 5 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Fix existing issue search

    Only search for token, not whole body. Tested running locally.
    danielrbradley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ee1d261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b66cce View commit details
    Browse the repository at this point in the history
  3. Rename variable

    Name variable after the type.
    danielrbradley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    376ff42 View commit details
    Browse the repository at this point in the history
  4. Remove checking author when finding issues

    Now we're using the token for search it's a lot more reliable so we can remove the additional filtering.
    danielrbradley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b44438e View commit details
    Browse the repository at this point in the history
  5. Fix test data

    danielrbradley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    514c896 View commit details
    Browse the repository at this point in the history