We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f7519 commit 7de4d87Copy full SHA for 7de4d87
.github/workflows/comment.yml
@@ -1,6 +1,7 @@
1
name: PR API Report
2
on:
3
pull_request_target:
4
+ types: [review_requested]
5
6
jobs:
7
comment:
@@ -25,7 +26,7 @@ jobs:
25
26
set -eux
27
git clone https://github.com/mongodb/mongo-go-driver
28
cd mongo-go-driver
- git remote add source https://github.com/$GITHUB_ACTOR/mongo-go-driver
29
+ git remote add source https://github.com/$GITHUB_REPOSITORY_OWNER/mongo-go-driver
30
git fetch origin $GITHUB_BASE_REF
31
git fetch source $GITHUB_HEAD_REF
32
git checkout $GITHUB_HEAD_REF
@@ -38,4 +39,4 @@ jobs:
38
39
comment-id: ${{ steps.fc.outputs.comment-id }}
40
issue-number: ${{ github.event.pull_request.number }}
41
body-path: 'mongo-go-driver/api-report.md'
- edit-mode: replace
42
+ edit-mode: replace
0 commit comments