chore: change pr lint event to pull_request_target

Reviewdog does not has sufficient permission to write Review API
See <https://github.com/reviewdog/reviewdog/blob/master/cmd/reviewdog/main.go#L277>
This commit is contained in:
Tony 2022-02-24 16:56:25 +00:00 committed by GitHub
parent 0204325b14
commit cc362e4c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Linter
on: [push, pull_request]
on: [push, pull_request_target]
jobs:
linter: