From c220403c7f47bc3850c0c8d94716c004d1790928 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 16 Aug 2021 15:55:54 -0400 Subject: [PATCH] Update autoMergePR.yml --- .github/workflows/autoMergePR.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autoMergePR.yml b/.github/workflows/autoMergePR.yml index 0f5cd0bf..cf266188 100644 --- a/.github/workflows/autoMergePR.yml +++ b/.github/workflows/autoMergePR.yml @@ -3,17 +3,11 @@ name: Auto Merge PR # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the development branch - push: {} # update PR when base branch is updated - status: {} # try to merge when other checks are completed pull_request_review: # try to merge after review types: - submitted - edited - dismissed - pull_request: # try to merge if labels have changed (white/black list) - types: - - labeled - - unlabeled # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -34,4 +28,3 @@ jobs: with: # Token to perform api calls token: ${{ secrets.PUSH_TOKEN }} - method: squash