From 0288552ba74e475087549a3a381147a60d376b1d Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 11 May 2023 14:46:34 -0700 Subject: [PATCH] Hyperlink to `pull_request_target` (#25479) Co-authored-by: Peter Bengtsson Co-authored-by: Sarah Edwards --- data/reusables/actions/workflow-run-approve-public-fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/workflow-run-approve-public-fork.md b/data/reusables/actions/workflow-run-approve-public-fork.md index 05a850508d..543e1d2e19 100644 --- a/data/reusables/actions/workflow-run-approve-public-fork.md +++ b/data/reusables/actions/workflow-run-approve-public-fork.md @@ -4,6 +4,6 @@ To help prevent this, workflows on pull requests to public repositories from som {% note %} -**Note:** Workflows triggered by `pull_request_target` events are run in the context of the base branch. Since the base branch is considered trusted, workflows triggered by these events will always run, regardless of approval settings. +**Note:** Workflows triggered by `pull_request_target` events are run in the context of the base branch. Since the base branch is considered trusted, workflows triggered by these events will always run, regardless of approval settings. For more information about the `pull_request_target` event, see "[AUTOTITLE](/actions/using-workflows/events-that-trigger-workflows#pull_request_target)." {% endnote %}