@@ -18,42 +18,42 @@ credentials_for_provider:
1818
1919oauth_schema :
2020 client_schema :
21- - name : " client_id"
22- type : " secret-input"
23- required : true
24- url : https://github.com/settings/applications/new
25- placeholder :
26- en_US : " Please input your Client ID"
27- zh_Hans : " 请输入你的 Client ID"
28- pt_BR : " Insira seu Client ID"
29- help :
30- en_US : " Client ID is used to authenticate requests to the GitHub API."
31- zh_Hans : " Client ID 用于认证请求到 GitHub API。"
32- pt_BR : " Client ID é usado para autenticar solicitações à API do GitHub."
33- label :
34- zh_Hans : " Client ID"
35- en_US : " Client ID"
36- - name : " client_secret"
37- type : " secret-input"
38- required : true
39- url : https://github.com/settings/applications/new
40- placeholder :
41- en_US : " Please input your Client Secret"
42- zh_Hans : " 请输入你的 Client Secret"
43- pt_BR : " Insira seu Client Secret"
44- help :
45- en_US : " Client Secret is used to authenticate requests to the GitHub API."
46- zh_Hans : " Client Secret 用于认证请求到 GitHub API。"
47- pt_BR : " Client Secret é usado para autenticar solicitações à API do GitHub."
48- label :
49- zh_Hans : " Client Secret"
50- en_US : " Client Secret"
21+ - name : " client_id"
22+ type : " secret-input"
23+ required : true
24+ url : https://github.com/settings/applications/new
25+ placeholder :
26+ en_US : " Please input your Client ID"
27+ zh_Hans : " 请输入你的 Client ID"
28+ pt_BR : " Insira seu Client ID"
29+ help :
30+ en_US : " Client ID is used to authenticate requests to the GitHub API."
31+ zh_Hans : " Client ID 用于认证请求到 GitHub API。"
32+ pt_BR : " Client ID é usado para autenticar solicitações à API do GitHub."
33+ label :
34+ zh_Hans : " Client ID"
35+ en_US : " Client ID"
36+ - name : " client_secret"
37+ type : " secret-input"
38+ required : true
39+ url : https://github.com/settings/applications/new
40+ placeholder :
41+ en_US : " Please input your Client Secret"
42+ zh_Hans : " 请输入你的 Client Secret"
43+ pt_BR : " Insira seu Client Secret"
44+ help :
45+ en_US : " Client Secret is used to authenticate requests to the GitHub API."
46+ zh_Hans : " Client Secret 用于认证请求到 GitHub API。"
47+ pt_BR : " Client Secret é usado para autenticar solicitações à API do GitHub."
48+ label :
49+ zh_Hans : " Client Secret"
50+ en_US : " Client Secret"
5151 credentials_schema :
52- - name : " access_tokens"
53- type : " secret-input"
54- label :
55- zh_Hans : " Access Token"
56- en_US : " Access Token"
52+ - name : " access_tokens"
53+ type : " secret-input"
54+ label :
55+ zh_Hans : " Access Token"
56+ en_US : " Access Token"
5757
5858extra :
5959 python :
@@ -62,9 +62,7 @@ identity:
6262 author : langgenius
6363 description :
6464 en_US : GitHub is an online software source code hosting service.
65- pt_BR :
66- GitHub é uma plataforma online para serviços de hospedagem de código fonte
67- de software.
65+ pt_BR : GitHub é uma plataforma online para serviços de hospedagem de código fonte de software.
6866 zh_Hans : GitHub 是一个在线软件源代码托管服务平台。
6967 icon : icon.svg
7068 label :
@@ -73,17 +71,28 @@ identity:
7371 zh_Hans : GitHub
7472 name : github
7573 tags :
76- - utilities
74+ - utilities
7775tools :
78- - tools/github_repositories.yaml
79- - tools/github_repository_readme.yaml
80- - tools/github_repository_info.yaml
81- - tools/github_repository_issues.yaml
82- - tools/github_repository_pulls.yaml
83- - tools/github_repository_releases.yaml
84- - tools/github_repository_contributors.yaml
85- - tools/github_repository_commits.yaml
86- - tools/github_repository_contents.yaml
87- - tools/github_user_info.yaml
88- - tools/github_user_repos.yaml
89- - tools/github_search_code.yaml
76+ - tools/github_repositories.yaml
77+ - tools/github_repository_readme.yaml
78+ - tools/github_repository_info.yaml
79+ - tools/github_repository_issues.yaml
80+ - tools/github_repository_pulls.yaml
81+ - tools/github_repository_releases.yaml
82+ - tools/github_repository_contributors.yaml
83+ - tools/github_repository_commits.yaml
84+ - tools/github_repository_contents.yaml
85+ - tools/github_user_info.yaml
86+ - tools/github_user_repos.yaml
87+ - tools/github_search_code.yaml
88+ # Pull Request tools
89+ - tools/github_pull_detail.yaml
90+ - tools/github_pull_files.yaml
91+ - tools/github_pull_comments.yaml
92+ - tools/github_pull_reviews.yaml
93+ - tools/github_create_pull.yaml
94+ - tools/github_merge_pull.yaml
95+ - tools/github_update_pull.yaml
96+ - tools/github_create_pull_review.yaml
97+ # Issue tools
98+ - tools/github_issue_comment.yaml
0 commit comments