Skip to content

Commit

Permalink
GODRIVER-2981 [master] API comment doesn't work when job approver isn…
Browse files Browse the repository at this point in the history
…'t PR author (#1394)
  • Loading branch information
blink1073 authored Sep 19, 2023
1 parent 3cc28f4 commit 467dc08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: PR API Report
on:
pull_request_target:
types: [review_requested]

jobs:
comment:
Expand All @@ -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
Expand All @@ -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
edit-mode: replace

0 comments on commit 467dc08

Please sign in to comment.