Skip to content

Commit c229186

Browse files
committed
fixup! feat(config): add support for repository-specific assignees and reviewers configuration
1 parent 0509cd2 commit c229186

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ const parseRepoConfig = (repoItem) => {
209209
if (repoItem.team_reviewers) repoConfig.team_reviewers = Array.isArray(repoItem.team_reviewers) ? repoItem.team_reviewers : [repoItem.team_reviewers]
210210
}
211211

212+
core.info('Parsed repo config', repoName, repoConfig)
212213
return { repoName, repoConfig }
213214
}
214215

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function run() {
5555
}
5656
}
5757

58-
core.info(`Locally syncing file(s) between source and target repository`)
58+
core.info(`Locally syncing file(s) between source and target repository ****`)
5959
const modified = []
6060

6161
// Loop through all selected files of the source repo

0 commit comments

Comments
 (0)