A repository of shared actions to include in your workflows
Automatically delete a pull request branch on merge.
usage:
# Add the following to your ./flow.hcl
workflow "PR branch cleanup" {
on = "pull_request:closed"
resolves = "branch cleanup"
}
action "branch cleanup" {
uses = "push-run/actions/branch-cleanup.js@1.0.0"
}