Skip to content

Commit

Permalink
docs: add reviewers to repo sync configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RajVarsani committed Dec 27, 2023
1 parent fdaa884 commit ec2b7cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,15 @@ Repoverse requires a configuration object to specify the repositories to sync an
"owner": "example-user",
"repo": "repo-to-sync-1",
"path": "models/",
"branch": "dev"
"branch": "dev",
"reviewers": ["Maintainer1"]
},
{
"owner": "example-user",
"repo": "repo-to-sync-2",
"path": "models/",
"branch": "dev"
"branch": "dev",
"reviewers": ["Maintainer2"]
}
],
"syncBranchPrefix": "sync-branch",
Expand Down

0 comments on commit ec2b7cc

Please sign in to comment.