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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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]) {