continue
continue copied to clipboard
Github Issues: fails with multiple owners
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
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