diff --git a/ci/github-script/bot.js b/ci/github-script/bot.js index feab0629527b..7d279c42c46e 100644 --- a/ci/github-script/bot.js +++ b/ci/github-script/bot.js @@ -152,6 +152,8 @@ module.exports = async ({ github, context, core, dry }) => { }) ).data + log('author', pull_request.user?.login) + const maintainers = await getMaintainerMap(pull_request.base.ref) const merge_bot_eligible = await handleMerge({