Skip to content

Commit

Permalink
Run on PR target
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 29, 2021
1 parent 92974dd commit 90a58f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr-comment.yml
@@ -1,7 +1,7 @@
name: PR Comment

on:
pull_request:
pull_request_target:

jobs:
comment:
Expand All @@ -24,10 +24,12 @@ jobs:
You can try out this pull request locally by installing Rollup via
```
```bash
npm install ${{ github.event.pull_request.head.repo.full_name }}#${{ github.event.pull_request.head.ref }}
```
Once a build has completed, you can try out the pull request in the REPL by inserting the CircleCI build number in the link below:
`https://rollupjs.org/repl/?circleci==<build_number>`
Once a build has completed, you can load it into the REPL by inserting its CircleCI build number in the link below:
```
https://rollupjs.org/repl/?circleci=<build_number>
```

0 comments on commit 90a58f5

Please sign in to comment.