mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-05 08:45:12 +00:00
10 lines
217 B
HCL
10 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"]
|
|
}
|