super-productivity/packages/plugin-dev/github-issue-provider/src
Johannes Millan 41c596f904 fix(github-plugin): drop assignee:@me from default backlog query when no token
The default backlog query 'sort:updated state:open assignee:@me' fails with
HTTP 422 ("The listed users cannot be searched...") when the provider has
no token configured, because GitHub's Search API can't resolve @me without
an authenticated request. This broke auto-import for public repos, which
the docs and UI advertise as not requiring a token.

Fall back to 'sort:updated state:open' when no token is set, and update
the help text to describe both defaults.

Closes #7381
2026-04-27 13:18:58 +02:00
..
manifest.json feat(tasks): replace drag handle with done toggle circle and improve mobile UX 2026-03-22 18:14:16 +01:00
plugin.ts fix(github-plugin): drop assignee:@me from default backlog query when no token 2026-04-27 13:18:58 +02:00