We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78527ba commit 5d4c58fCopy full SHA for 5d4c58f
src/index.js
@@ -31,7 +31,7 @@ module.exports = async robot => {
31
try {
32
let repoConfig = await getMergedConfig(context, file);
33
if (!repoConfig) {
34
- log.warn({repo, file}, 'Missing config');
+ log.info({repo, file}, 'Missing config');
35
repoConfig = {perform: false};
36
}
37
const {error, value} = schema.validate(repoConfig);
0 commit comments