We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Currently the wiki mode require the repo to be owned by the login user directly:
gistpad/src/repos/store/index.ts
Line 174 in 01a3ac2
But I would like to have the wiki mode repo put under an organization.
Is it possible to relax this restriction?
The text was updated successfully, but these errors were encountered:
Probably the logic can be changed to:
If there is only one repo "isWiki" then use it regardless the name. The name condition is only used for more than one repo case.
Sorry, something went wrong.
Yep this proposal makes sense! I'll make this change in the next extension update (later this week).
No branches or pull requests
Describe the bug
Currently the wiki mode require the repo to be owned by the login user directly:
gistpad/src/repos/store/index.ts
Line 174 in 01a3ac2
But I would like to have the wiki mode repo put under an organization.
Is it possible to relax this restriction?
The text was updated successfully, but these errors were encountered: