From 1ef7a233fc7b13de6616f18114992892147ab13c Mon Sep 17 00:00:00 2001 From: david22swan Date: Tue, 11 Jun 2024 15:56:32 +0100 Subject: [PATCH] (maint) Change from `pull_request_target` to `pull_request` --- .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 5434d3f..104370a 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -4,7 +4,7 @@ on: issues: types: - opened - pull_request_target: + pull_request: types: - opened