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

Commit 0f363d6

Browse files
committed
Added missing example
1 parent 9ba97c1 commit 0f363d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github.sample.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LogLevel="debug"
2020
# Defines the github token
2121
Token=""
2222

23-
# Defines permission specifies the permission to grant the user on this repository.
23+
# Defines permission specifies the permission to grant the team on this repository.
2424
# Possible values are:
2525
# pull - team members can pull, but not push to or administer this repository
2626
# push - team members can pull and push, but not administer this repository
@@ -30,6 +30,12 @@ LogLevel="debug"
3030
{ID=1234, Permission='pull'},
3131
]
3232

33+
# Defines permission specifies the permission to grant the user on this repository.
34+
Collaborators=[
35+
#Example
36+
{Username="example", Permission='push'},
37+
]
38+
3339
# Adds a set of labels when creating the repo
3440
Labels=[
3541
{Name='custom', Color='ad974f'},

0 commit comments

Comments
 (0)