fix(chore): CI pass bot

This commit is contained in:
NeverBehave
2021-06-15 10:54:19 -07:00
committed by GitHub
parent aedc536fcb
commit 3a461bee27

View File

@@ -1,5 +1,5 @@
const noFound = 'Auto: Route No Found';
const whiteListedUser = ['dependabot-preview[bot]'];
const whiteListedUser = ['dependabot[bot]'];
module.exports = async ({ github, context, core }, body, number) => {
core.debug(`sender: ${context.payload.sender.login}`);
@@ -34,6 +34,8 @@ module.exports = async ({ github, context, core }, body, number) => {
core.warning(e);
});
return;
} else {
core.debug('PR created by ' + context.payload.sender.login)
}
if (m && m[1]) {