From 9b75cf4be552ffa040b3f20c6ef7957654c42dc9 Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Mon, 1 Nov 2021 17:13:21 -0400 Subject: [PATCH] empower apply-labels action to apply labels --- .github/workflows/apply-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml index 7d90af51..d3293214 100644 --- a/.github/workflows/apply-labels.yml +++ b/.github/workflows/apply-labels.yml @@ -1,5 +1,5 @@ name: Apply project labels -on: [issues, pull_request, label] +on: [issues, pull_request_target, label] jobs: apply-labels: runs-on: ubuntu-latest