From 96959bc2b58a24b52b0ab7cdc263ec291ab57cbb Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sat, 24 Jun 2023 10:21:42 +0100 Subject: [PATCH] Fix PR labels action perms --- .github/workflows/pr-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index a6a34bb35..d6e0720bb 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -1,7 +1,7 @@ name: Pull Request Labels on: - pull_request: + pull_request_target: types: - opened