Skip to content

Commit

Permalink
ci: pull_request_target → pull_request
Browse files Browse the repository at this point in the history
Revert "ci: pull_request_target → pull_request"

since reviewdog passing status is not required.
i.e. PR can be merged without reviewdog status passed
  • Loading branch information
toshimaru committed Feb 19, 2024
1 parent 375f4a9 commit 9a66507
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: reviewdog
on: [pull_request]
on: [pull_request_target]
jobs:
reviewdog:
name: reviewdog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version: '1.22'
Expand Down

0 comments on commit 9a66507

Please sign in to comment.