From 7cff1636cd57927ecef55b0b33e3af32115af0fd Mon Sep 17 00:00:00 2001 From: Sarah Edwards Date: Tue, 4 Jan 2022 11:56:16 -0800 Subject: [PATCH] use pull_request_target trigger (#23946) Co-authored-by: Kevin Heis --- .github/workflows/hubber-contribution-help.yml | 2 +- .github/workflows/ready-for-doc-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hubber-contribution-help.yml b/.github/workflows/hubber-contribution-help.yml index 83a3ca6c1e..8f84d851e8 100644 --- a/.github/workflows/hubber-contribution-help.yml +++ b/.github/workflows/hubber-contribution-help.yml @@ -5,7 +5,7 @@ name: Hubber contribution help # **Who does it impact**: docs-internal contributors on: - pull_request: + pull_request_target: types: - opened paths: diff --git a/.github/workflows/ready-for-doc-review.yml b/.github/workflows/ready-for-doc-review.yml index 782bac10a5..fb8652b997 100644 --- a/.github/workflows/ready-for-doc-review.yml +++ b/.github/workflows/ready-for-doc-review.yml @@ -5,7 +5,7 @@ name: Ready for docs-content review # **Who does it impact**: Writers working in the docs-internal repository on: - pull_request: + pull_request_target: types: [labeled] permissions: