From 306b71fae4505b9e09f3e113c5f1ffacf7cc803c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=A1=E9=98=85=E8=80=85=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=9C=BA=E5=99=A8=E4=BA=BA?= <12949361+PR-Robot@user.noreply.gitee.com> Date: Sat, 20 May 2023 08:25:57 +0000 Subject: [PATCH 1/2] update graphQLSpider/shell.py to hide private information update graphQLSpider/shell.py to hide private information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 代码审阅者推荐机器人 <12949361+PR-Robot@user.noreply.gitee.com> --- graphQLSpider/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphQLSpider/shell.py b/graphQLSpider/shell.py index 18aa7d6..2930583 100644 --- a/graphQLSpider/shell.py +++ b/graphQLSpider/shell.py @@ -6,7 +6,8 @@ args = [['--org=joomla', '--project=joomla-cms'], ['--org=bitcoin', '--project=b # joomla-cms bitcoin symfony 没完成 # args = [['--org=chaoss', '--project=augur']] # args = [['--org=cakephp', '--project=cakephp']] -access_tokens = ["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", "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", "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", "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"] +# access_tokens = ["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", "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", "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", "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"] +access_tokens = [] # curl -i https://api.github.com/rate_limit -H "Authorization: token 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" token_index = 0 token_length = len(access_tokens) -- Gitee From 2aed3ec79681a4f97e728ebb82460a4848d87390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=A1=E9=98=85=E8=80=85=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=9C=BA=E5=99=A8=E4=BA=BA?= <12949361+PR-Robot@user.noreply.gitee.com> Date: Sun, 21 May 2023 08:36:54 +0000 Subject: [PATCH 2/2] update README.md. update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 代码审阅者推荐机器人 <12949361+PR-Robot@user.noreply.gitee.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf293c2..f8eef50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # model_file #### 介绍 -HHGRec: code reviewer Recommendation method based on Heterogeneous HyperGraph \ No newline at end of file +HHGRec: code reviewer Recommendation method based on Heterogeneous HyperGraph + +# this is a readme \ No newline at end of file -- Gitee