Skip to content

Commit

Permalink
GODRIVER-2981 API comment doesn't work when job approver isn't PR aut…
Browse files Browse the repository at this point in the history
…hor (#1393)

Co-authored-by: Qingyang Hu <103950869+qingyang-hu@users.noreply.github.com>
(cherry picked from commit 7de4d87)
  • Loading branch information
blink1073 committed Sep 18, 2023
1 parent 3cc28f4 commit 7024fad
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 7024fad

Please sign in to comment.