continue icon indicating copy to clipboard operation
continue copied to clipboard

Github Issues: fails with multiple owners

Open avimar opened this issue 1 year ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS:
- Continue:
- IDE:
- Model:
- config.json:
  
    {
      "name": "issue",
      "params": {
        "repos": [
          {
            "owner": "owner",
            "repo": "repo"
          }
        ],
        "githubToken": "github_pat_xxxxx"
      }
    },
{
	"name": "issue",
	"params": {
	  "repos": [
		{
		  "owner": "OtherOwner",
		  "repo": "OtherPero"
		}
		 ],
		 "githubToken": "github_pat_yyyyyy"
	}
	 }

Description

It only connects to one repository. I tried to make it as one entry in the config, but I'm unable to get a token that can access multiple owners.

There would need to be a way to specify multiple tokens either per owner or per repository.

To reproduce

No response

Log output

No response

avimar avatar Aug 06 '24 19:08 avimar