diff options
Diffstat (limited to '.github/main.workflow')
-rw-r--r-- | .github/main.workflow | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 8def35fb..00000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -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"] -} |