You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/09/30 12:45:26 UTC

[incubator-devlake-website] branch main updated (e6714ab6f -> 233af2d3b)

This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


    from e6714ab6f docs: add hacktoberfest label to the project
     new 7cabb2e91 docs: add private repo permission requirement
     new 233af2d3b Update GitHub.md

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/UserManuals/ConfigUI/GitHub.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


[incubator-devlake-website] 02/02: Update GitHub.md

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 233af2d3bc7876f4f8d29630631ec8cd884b4b4b
Author: Yumeng Wang <yu...@merico.dev>
AuthorDate: Fri Sep 30 20:39:12 2022 +0800

    Update GitHub.md
---
 docs/UserManuals/ConfigUI/GitHub.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/UserManuals/ConfigUI/GitHub.md b/docs/UserManuals/ConfigUI/GitHub.md
index 83a0491cb..cfa302204 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -16,7 +16,7 @@ This should be a valid REST API endpoint, eg. `https://api.github.com/`. The url
 
 #### Auth Token(s)
 GitHub personal access tokens are required to add a connection.
-- Learn about [how to create a GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), the following permission are required for private repository:
+- Learn about [how to create a GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token). The following permissions are required for private repositories:
   - `repo:status`
   - `repo_deployment`
   - `public_repo`


[incubator-devlake-website] 01/02: docs: add private repo permission requirement

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yumeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 7cabb2e918ec92a597a0f6a29bdee8ccc1a9c9d9
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Fri Sep 30 20:27:59 2022 +0800

    docs: add private repo permission requirement
    
      Closes apache/incubator-devlake#2721
---
 docs/UserManuals/ConfigUI/GitHub.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/UserManuals/ConfigUI/GitHub.md b/docs/UserManuals/ConfigUI/GitHub.md
index aaae0da24..83a0491cb 100644
--- a/docs/UserManuals/ConfigUI/GitHub.md
+++ b/docs/UserManuals/ConfigUI/GitHub.md
@@ -16,7 +16,13 @@ This should be a valid REST API endpoint, eg. `https://api.github.com/`. The url
 
 #### Auth Token(s)
 GitHub personal access tokens are required to add a connection.
-- Learn about [how to create a GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
+- Learn about [how to create a GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token), the following permission are required for private repository:
+  - `repo:status`
+  - `repo_deployment`
+  - `public_repo`
+  - `repo:invite`
+  - `read:user`
+  - `read:org`
 - The data collection speed is relatively slow for GitHub since they have a **rate limit of [5,000 requests](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting) per hour** (15,000 requests/hour if you pay for GitHub enterprise). You can accelerate the process by configuring _multiple_ personal access tokens. Please note that multiple tokens should be created by different GitHub accounts. Tokens belonging to the same GitHub account share the rate limit.
 
 #### Proxy URL (Optional)