655b3a11f4
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
9 lines
217 B
HCL
9 lines
217 B
HCL
workflow "on pull request merge, delete the branch" {
|
|
on = "pull_request"
|
|
resolves = ["branch cleanup"]
|
|
}
|
|
|
|
action "branch cleanup" {
|
|
uses = "jessfraz/branch-cleanup-action@master"
|
|
secrets = ["GITHUB_TOKEN"]
|
|
}
|