From c8fa9df0f1b85d1c3f2ddf8c678df668ee125f40 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 27 Feb 2024 19:04:58 +0100 Subject: Update labeler.yml --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0a004528..f1ec8445 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,7 @@ name: Automatic Labeling on: - pull_request: + pull_request_target: types: [opened, synchronize, reopened, ready_for_review, converted_to_draft, closed] pull_request_review: types: [submitted, dismissed] -- cgit