diff --git a/scripts/workflow/test-route/identify.js b/scripts/workflow/test-route/identify.js index 3d8646ba18..cc694ddd9e 100644 --- a/scripts/workflow/test-route/identify.js +++ b/scripts/workflow/test-route/identify.js @@ -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]) {