Skip to content

Commit

Permalink
chore: Update remove-labels-and-assignees-on-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Sep 19, 2024
1 parent e9fbb7d commit 7d54fe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/remove-labels-and-assignees-on-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d54fe9

Please sign in to comment.