diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml deleted file mode 100644 index 8bfc9efa..00000000 --- a/.github/workflows/automerge.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: automerge -on: - pull_request: - types: - - labeled - - synchronize - - opened - - edited - - ready_for_review - - reopened - - unlocked - check_suite: - types: - - completed - # status: {} -jobs: - automerge: - runs-on: ubuntu-latest - steps: - - name: Auto merge - uses: pascalgn/automerge-action@v0.12.0 - env: - GITHUB_TOKEN: "${{ secrets.PAT }}" - MERGE_REMOVE_LABELS: "automerge" - # Using an unused label here to disable updating because using autoupdate action instead - UPDATE_LABELS: "disabled"