ci/github-script/bot: log author of pull request

Should help debug "Review cannot be requested from pull request author."
in https://github.com/NixOS/nixpkgs/actions/runs/19591357890/job/56110301046#step:6:4726.
This commit is contained in:
Michael Daniels
2025-11-22 11:54:25 -05:00
parent ce3d550556
commit 040aeda1e7
+2
View File
@@ -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({