From 7024fad048bf253da69b2ecbfce694d8b0fbc81b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 18 Sep 2023 12:57:37 -0500 Subject: [PATCH] GODRIVER-2981 API comment doesn't work when job approver isn't PR author (#1393) Co-authored-by: Qingyang Hu <103950869+qingyang-hu@users.noreply.github.com> (cherry picked from commit 7de4d87fd8642bbb6b0b77a4fa2b40a7aaedfb77) --- .github/workflows/comment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 3d96238c9c..0b471f3fff 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -1,6 +1,7 @@ name: PR API Report on: pull_request_target: + types: [review_requested] jobs: comment: @@ -25,7 +26,7 @@ jobs: set -eux git clone https://github.com/mongodb/mongo-go-driver cd mongo-go-driver - git remote add source https://github.com/$GITHUB_ACTOR/mongo-go-driver + git remote add source https://github.com/$GITHUB_REPOSITORY_OWNER/mongo-go-driver git fetch origin $GITHUB_BASE_REF git fetch source $GITHUB_HEAD_REF git checkout $GITHUB_HEAD_REF @@ -38,4 +39,4 @@ jobs: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} body-path: 'mongo-go-driver/api-report.md' - edit-mode: replace \ No newline at end of file + edit-mode: replace