chore: Update remove-labels-and-assignees-on-close.yml
This commit is contained in:
parent
e9fbb7d2b0
commit
7d54fe9c18
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue