From 340b4fe7720e0b87b377d1a16910f4adf2f5daa8 Mon Sep 17 00:00:00 2001 From: benedikt-voelkel Date: Fri, 23 Feb 2024 17:56:21 +0100 Subject: [PATCH] [WF] Run on pull_request_target (#1496) Co-authored-by: Benedikt Volkel --- .github/workflows/async-list-label.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/async-list-label.yml b/.github/workflows/async-list-label.yml index 97144b6b1..b53ec6e6e 100644 --- a/.github/workflows/async-list-label.yml +++ b/.github/workflows/async-list-label.yml @@ -2,15 +2,14 @@ name: Collect and print async labels 'on': - pull_request: + pull_request_target: types: - opened - reopened branches: - master -permissions: - pull-requests: write # to update labels +permissions: {} jobs: list_async_labels: