You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: filter pull requests on the server, not client (#240)
* fix: filter pull requests on the server, not client
Ensure that the GraphQL query requests PRs matching the desired states,
rather than requesting all PRs and filtering on the client.
Fixes #233
* fix: ensure function name reflects implementation
* fix: add missing fake