From: Craig Gumbley Date: Mon, 4 Apr 2022 13:09:44 +0000 (+0100) Subject: "This commit changes the workflow trigger for pull requests to pull_request_target" X-Git-Tag: v8.4.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fc441924de4cfec588fbfaefb557d43c79143a27;p=puppet-modules%2Fpuppetlabs-apt.git "This commit changes the workflow trigger for pull requests to pull_request_target" --- diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index 104370a..5434d3f 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -4,7 +4,7 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened