Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit ac34c8a

Browse files
committed
Added extra optional params
1 parent 81d9bf5 commit ac34c8a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github.sample.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Defines the application log level
22
LogLevel="debug"
33

4+
# Where your public ssh key that is registered on Github is. By default it
5+
# looks in your ssh folder for a file called `id_rsa`
6+
# PublicKeyPath = ~/.ssh/id_rsa
7+
48
[pullapprove]
59
# Defines the pull approve organization
610
Token=""
@@ -16,8 +20,11 @@ LogLevel="debug"
1620
# Defines the github token
1721
Token=""
1822

19-
# Defines permissions on the repo per team. The possible permission values are `pull`, `push` and `admin`
20-
# and they are defined on github's API
23+
# Defines permission specifies the permission to grant the user on this repository.
24+
# Possible values are:
25+
# pull - team members can pull, but not push to or administer this repository
26+
# push - team members can pull and push, but not administer this repository
27+
# admin - team members can pull, push and administer this repository
2128
Teams=[
2229
#Example
2330
{ID=1234, Permission='pull'},

0 commit comments

Comments
 (0)