From df987cc2fd3d578cb3d55bf51462644757525604 Mon Sep 17 00:00:00 2001 From: Tai Dupree Date: Mon, 21 Sep 2020 20:28:20 -0700 Subject: [PATCH] fixes commenting? --- .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 6dbf207ca3fd9..17f310d220d35 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -1,7 +1,7 @@ name: PR Lint on: - pull_request: + pull_request_target: # By default, a workflow only runs when a pull_request's activity type is opened, synchronize, or reopened. We # explicity override here so that PR titles are re-linted when the PR text content is edited. #