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

Support "owner" and "user" in search queries #73

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Support "owner" and "user" in search queries #73

merged 4 commits into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. Support just owner

    Add support for just `owner:` rather than needing `repo:`.
    martincostello committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c6b0311 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Support user

    - Add support for just `user:`.
    - Remove the special case for `org:` and capture all four use cases in the same function.
    martincostello committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bacca76 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Remove leftover function documentation.
    martincostello committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2ea25d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b22d846 View commit details
    Browse the repository at this point in the history