From 7a545fe19f3977c5fbc7e1d67baba22acb3ecc3f Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Sun, 30 Oct 2022 12:21:23 -0700 Subject: [PATCH] Fix remove guide comments workflow on forks (#70930) --- .github/workflows/remove_guide_comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove_guide_comments.yml b/.github/workflows/remove_guide_comments.yml index 230c66713e8..d5d405909e2 100644 --- a/.github/workflows/remove_guide_comments.yml +++ b/.github/workflows/remove_guide_comments.yml @@ -2,7 +2,7 @@ # and reuse the pull request description, the clutter is not left behind name: Remove guide comments on: - pull_request: + pull_request_target: types: [opened] jobs: remove_guide_comments: