Skip to content

Commit

Permalink
add more logging to all contributors plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Feb 8, 2023
1 parent 07b7eeb commit 4e01a8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/all-contributors/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ export default class AllContributorsPlugin implements IPlugin {
"-m",
'"Update contributors [skip ci]"',
]);
auto.logger.verbose.warn(
'Committed updates to "README.md" and ".all-contributorsrc" files.'
);
} else {
auto.logger.verbose.warn(
'No changes to "README.md" or ".all-contributorsrc" files.'
);
}
});

Expand Down

0 comments on commit 4e01a8a

Please sign in to comment.