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

issue search needs a way to exclude certain orgainisations #9

Closed
MilesMcBain opened this issue Aug 20, 2022 · 2 comments
Closed

issue search needs a way to exclude certain orgainisations #9

MilesMcBain opened this issue Aug 20, 2022 · 2 comments

Comments

@MilesMcBain
Copy link
Owner

Useful for keeping work and personal stuff separate.

@MilesMcBain
Copy link
Owner Author

The GitHub api allows negation for exlusion. No args support this, but I’ve
added extra_params which includes args verbatim in the query. Currently this
is only exposed in issues().

So to exclude rstudio you’d do something like

issues(author = "jjallaire", extra_params = "-org:rstudio")

@MilesMcBain
Copy link
Owner Author

I think the extra_params API is sufficient for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant