SvanBoxel / delete-merged-branch

No more manually deleting merged branches, this lovely app does it for you.
https://github.com/apps/delete-merged-branch/
ISC License
322 stars 55 forks source link

could this please be expanded to use pull_request_target? #256

Open kvernon opened 3 months ago

kvernon commented 3 months ago

I was hoping to use this in a project, however, we lock down things using pull_request_target for our merges (only delete after after everything is released).

Is there a way to expand this action to also check (or optionally check) for pull_request_target?

The behavior today, is that it will run this action, but no action is taken place and the branch remains.