From cc362e4c7bdced0f602b40add4b0d834969dbc40 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 24 Feb 2022 16:56:25 +0000 Subject: [PATCH] chore: change pr lint event to pull_request_target Reviewdog does not has sufficient permission to write Review API See --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 8db9f7808..24a4c13c4 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -1,6 +1,6 @@ name: Linter -on: [push, pull_request] +on: [push, pull_request_target] jobs: linter: