diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml deleted file mode 100644 index b33badfb9..000000000 --- a/.github/workflows/auto-merge.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: automerge check - -on: - pull_request: - types: - - labeled - - unlabeled - check_suite: - types: - - completed - status: - types: - - success - -permissions: write-all - -jobs: - automerge: - runs-on: ubuntu-latest - steps: - - uses: 1024pix/pix-actions/auto-merge@v0 - with: - auto_merge_token: '${{ secrets.PIX_SERVICE_ACTIONS_TOKEN }}'