This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-test-infra.git
The following commit(s) were added to refs/heads/master by this push:
new 8ff059e Use correct PR user
8ff059e is described below
commit 8ff059e49446fff5bb9baf2de4a12bc05c2d57ab
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Oct 29 15:30:21 2025 +0200
Use correct PR user
---
pulsarbot/entrypoint.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsarbot/entrypoint.sh b/pulsarbot/entrypoint.sh
index ba68ce9..3ddd109 100755
--- a/pulsarbot/entrypoint.sh
+++ b/pulsarbot/entrypoint.sh
@@ -55,7 +55,7 @@ echo "PR JSON: ${PR_JSON}"
HEAD_SHA=$(printf "%s" "${PR_JSON}" | jq -r .head.sha)
PR_BRANCH_URL_ENCODED=$(printf "%s" "${PR_JSON}" | jq -r '.head.ref | @uri')
-PR_USER=$(printf "%s" "${PR_JSON}" | jq -r .head.user.login)
+PR_USER=$(printf "%s" "${PR_JSON}" | jq -r .user.login)
PR_HTML_URL=$(printf "%s" "${PR_JSON}" | jq -r .html_url)
echo "Handling pulsarbot command for PR #${PR_NUM} ${PR_HTML_URL}"