From: Craig Gumbley Date: Mon, 4 Apr 2022 13:09:46 +0000 (+0100) Subject: "This commit changes the workflow trigger for pull requests to pull_request_target" X-Git-Tag: v3.5.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4300f3288d2c6777a032653e0827fb50cde02040;p=puppet-modules%2Fpuppetlabs-firewall.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