From 7d54fe9c1889b6d9f22f8c41a8ff713cb2573d7c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 19 Sep 2024 13:26:27 +0200 Subject: [PATCH] chore: Update remove-labels-and-assignees-on-close.yml --- .github/workflows/remove-labels-and-assignees-on-close.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/remove-labels-and-assignees-on-close.yml b/.github/workflows/remove-labels-and-assignees-on-close.yml index 2988c6afe..ea097e328 100644 --- a/.github/workflows/remove-labels-and-assignees-on-close.yml +++ b/.github/workflows/remove-labels-and-assignees-on-close.yml @@ -3,6 +3,10 @@ name: Remove Labels and Assignees on Issue Close on: issues: types: [closed] + pull_request: + types: [closed] + pull_request_target: + types: [closed] jobs: remove-labels-and-assignees: