From 93df6cb132b917dcae22f9e0afa3b9080c570b7b Mon Sep 17 00:00:00 2001 From: John Roesler Date: Tue, 6 Apr 2021 15:24:12 -0500 Subject: [PATCH] Delete branchcleanup.yml --- .github/workflows/branchcleanup.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/branchcleanup.yml diff --git a/.github/workflows/branchcleanup.yml b/.github/workflows/branchcleanup.yml deleted file mode 100644 index 88845f3e..00000000 --- a/.github/workflows/branchcleanup.yml +++ /dev/null @@ -1,18 +0,0 @@ - ---- -name: Branch Cleanup -# This workflow is triggered on all closed pull requests. -# However the script does not do anything if a merge was not performed. -on: - pull_request: - types: [closed] - -env: - NO_BRANCH_DELETED_EXIT_CODE: 0 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: jessfraz/branch-cleanup-action@master