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: