We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0509cd2 commit c229186Copy full SHA for c229186
src/config.js
@@ -209,6 +209,7 @@ const parseRepoConfig = (repoItem) => {
209
if (repoItem.team_reviewers) repoConfig.team_reviewers = Array.isArray(repoItem.team_reviewers) ? repoItem.team_reviewers : [repoItem.team_reviewers]
210
}
211
212
+ core.info('Parsed repo config', repoName, repoConfig)
213
return { repoName, repoConfig }
214
215
src/index.js
@@ -55,7 +55,7 @@ async function run() {
55
56
57
58
- core.info(`Locally syncing file(s) between source and target repository`)
+ core.info(`Locally syncing file(s) between source and target repository ****`)
59
const modified = []
60
61
// Loop through all selected files of the source repo
0 commit comments