From 0db3f3ca0bcbec2eea6b3d72a4bf6a2c768e302d Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 17 Aug 2020 21:52:47 +0200 Subject: [PATCH] Remove branch-cleanup --- .github/workflows/branch-cleanup.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/branch-cleanup.yml diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml deleted file mode 100644 index 0238630d..00000000 --- a/.github/workflows/branch-cleanup.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: branch-cleanup -on: - pull_request: - branches: - - dev -jobs: - cleanup-branch: - name: on pull request merge, delete the branch - runs-on: ubuntu-latest - steps: - - uses: jessfraz/branch-cleanup-action@master \ No newline at end of file