commit-lsp icon indicating copy to clipboard operation
commit-lsp copied to clipboard

Improve issue filtering for github

Open texel-sensei opened this issue 8 months ago • 0 comments

Right now the github adapter filters issues via assignee. It uses the username of the repository url, but this only works for the repository owner.

Either:

  1. Don't filter at all. Not sure how this would work out with repositories that have a huge number of issues.
  2. Use the name/email from the git repository. However this might not be the same as for the github user.

texel-sensei avatar Apr 02 '25 06:04 texel-sensei