File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ var gitalk = new Gitalk({
4747 clientSecret: ' Github Application Client Secret' ,
4848 repo: ' Github repo' ,
4949 owner: ' Github repo owner' ,
50- admin: [' Github repo collaborators' ],
50+ admin: [' Github repo owner and collaborators, only these guys can initialize github issues ' ],
5151})
5252
5353gitalk .render (' gitalk-container' )
@@ -74,7 +74,7 @@ gitalk.render('gitalk-container')
7474
7575- ** admin** ` Array `
7676
77- ** 必须** . Github repository 合作者 (确保对这个 repository 是有写的权限 )。
77+ ** 必须** . Github repository 的所有者和合作者 (对这个 repository 有写权限的用户 )。
7878
7979- ** id** ` String `
8080
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ var gitalk = new Gitalk({
4848 clientSecret: ' Github Application Client Secret' ,
4949 repo: ' Github repo' ,
5050 owner: ' Github repo owner' ,
51- admin: [' Github repo collaborators' ],
51+ admin: [' Github repo owner and collaborators, only these guys can initialize github issues ' ],
5252})
5353
5454gitalk .render (' gitalk-container' )
@@ -75,7 +75,7 @@ gitalk.render('gitalk-container')
7575
7676- ** admin** ` Array `
7777
78- ** 必須** . Github repository 合作者 (確保對這個 repository 是有寫入的權限 )。
78+ ** 必須** . Github repository 的所有者和合作者 (對這個 repository 有寫權限的用戶 )。
7979
8080- ** id** ` String `
8181
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const gitalk = new Gitalk({
5050 clientSecret: ' Github Application Client Secret' ,
5151 repo: ' Github repo' ,
5252 owner: ' Github repo owner' ,
53- admin: [' Github repo collaborators, only these guys can initialize github issues' ],
53+ admin: [' Github repo owner and collaborators, only these guys can initialize github issues' ],
5454 // facebook-like distraction free mode
5555 distractionFreeMode: false
5656})
@@ -79,7 +79,7 @@ gitalk.render('gitalk-container')
7979
8080- ** admin** ` Array `
8181
82- ** Required** . Github repository collaborators. (Ensure having write access to this repository)
82+ ** Required** . Github repository owner and collaborators. (Users who having write access to this repository)
8383
8484- ** id** ` String `
8585
You can’t perform that action at this time.
0 commit comments