super-productivity/packages/plugin-dev/github-issue-provider
Spyros Seimenis 32c138b5f6
feat(github): add "Include pull requests" option to issue provider (#7358)
Adds an advanced checkbox on the GitHub issue provider that, when enabled,
drops the hardcoded `is:issue` filter in both backlog auto-import and
in-provider search. Lets users sync PRs (assigned, authored, or
review-requested) into their backlog with a query like
`state:open is:pull-request (assignee:@me OR review-requested:@me)`.

Default is off, existing behavior is unchanged.
2026-04-25 14:29:08 +02:00
..
i18n feat(github): add "Include pull requests" option to issue provider (#7358) 2026-04-25 14:29:08 +02:00
scripts feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
src feat(github): add "Include pull requests" option to issue provider (#7358) 2026-04-25 14:29:08 +02:00
icon.svg feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
package-lock.json feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
package.json fix(build): ensure plugin-api is built before plugin builds (#6720) 2026-03-04 11:25:21 +01:00
tsconfig.json feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00