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

Add an issue transfer command #1780

Merged
merged 3 commits into from
May 4, 2024
Merged

Add an issue transfer command #1780

merged 3 commits into from
May 4, 2024

Commits on May 3, 2024

  1. Split GithubClient::graphql_query into two methods.

    This adds a method to add a generic "errors" handler, so callers don't
    need to worry about errors if they don't need specific ones.
    
    This also drops the generic type, since it wasn't really used.
    ehuss committed May 3, 2024
    Configuration menu
    Copy the full SHA
    561bfd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f40b6 View commit details
    Browse the repository at this point in the history
  3. Add an issue transfer command

    ehuss committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f054b94 View commit details
    Browse the repository at this point in the history