From 5e243e3a2cbd92d15e3fbdd3ef8fd924ab301001 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Mon, 4 Apr 2022 14:09:44 +0100 Subject: [PATCH] "This commit changes the workflow trigger for pull requests to pull_request_target" --- .github/workflows/labeller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index 104370aa..5434d3ff 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