This is an automated email from the ASF dual-hosted git repository. lynwee pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 20fc944c707b9a646828bdeedb3bea660da03187 Author: Lynwee <[email protected]> AuthorDate: Thu Sep 21 11:08:57 2023 +0800 docs(trouble shooting): fix discussion --- docs/Troubleshooting/Configuration.md | 2 +- versioned_docs/version-v0.19/Troubleshooting/Configuration.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Troubleshooting/Configuration.md b/docs/Troubleshooting/Configuration.md index 972b02707c..184b25dbd7 100644 --- a/docs/Troubleshooting/Configuration.md +++ b/docs/Troubleshooting/Configuration.md @@ -68,7 +68,7 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up for selection as data scopes in GitHub connections +### GitHub repositories keep loading when adding data scopes to a GitHub connection See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) diff --git a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md index 6736e0fd6f..184b25dbd7 100644 --- a/versioned_docs/version-v0.19/Troubleshooting/Configuration.md +++ b/versioned_docs/version-v0.19/Troubleshooting/Configuration.md @@ -68,7 +68,7 @@ Here is an example of the `docker-compose` installation, the idea applies to oth command: --innodb-buffer-pool-size=200M ``` -### Repositories don't show up for selection as data scopes in GitHub connections +### GitHub repositories keep loading when adding data scopes to a GitHub connection See issue [#6038](https://github.com/apache/incubator-devlake/issues/6038) @@ -76,7 +76,6 @@ First, check if your access token has the necessary permissions. If the permissi For more details about authenticating with SAML single sign-on, see here: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on. - ## None of them solve your problem? Sorry for the inconvenience, please help us improve by [creating an issue](https://github.com/apache/incubator-devlake/issues)
