From fe2d170be1b37cc1db532ed058628bae16bc41ce Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 26 Apr 2024 21:49:06 +0200 Subject: [PATCH] fix: workflow --- .github/workflows/label-issue.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml index 43ed9a2..95d8f40 100644 --- a/.github/workflows/label-issue.yml +++ b/.github/workflows/label-issue.yml @@ -1,11 +1,7 @@ name: Add Labels -permissions: - pull-requests: write - issues: write - on: - pull_request: + pull_request_target: types: [ opened, edited, synchronize ] jobs: