From ba93ff66893a459c7e2623aacd7afdbf2e2fcf97 Mon Sep 17 00:00:00 2001 From: Mark Elliot Date: Sun, 25 Sep 2022 13:53:17 -0400 Subject: [PATCH] Remove autosquash --- .github/workflows/autosquash.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/autosquash.yml diff --git a/.github/workflows/autosquash.yml b/.github/workflows/autosquash.yml deleted file mode 100644 index fee3d2a..0000000 --- a/.github/workflows/autosquash.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: autosquash -on: - pull_request: - types: - - opened - - synchronized - - reopened - - edited - - labeled - - unlabeled - - ready_for_review -jobs: - autosquash: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: theoremlp/autosquash@v1 - with: - github-token: ${{ secrets.GH_PUSH_TO_REPO_TOKEN }} - pull-request-number: ${{ github.event.pull_request.number }} - squash-commit-title: "${{ github.event.pull_request.title }} (#${{ github.event.pull_request.number }})" - squash-commit-message: "${{ github.event.pull_request.body }}" - do-not-merge-label: "do not merge"