Update autoMergePR.yml

This commit is contained in:
Preston 2021-08-16 15:55:54 -04:00 committed by GitHub
parent a7296f8163
commit c220403c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -3,17 +3,11 @@ name: Auto Merge PR
# Controls when the workflow will run # Controls when the workflow will run
on: on:
# Triggers the workflow on push or pull request events but only for the development branch # 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 pull_request_review: # try to merge after review
types: types:
- submitted - submitted
- edited - edited
- dismissed - 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 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
@ -34,4 +28,3 @@ jobs:
with: with:
# Token to perform api calls # Token to perform api calls
token: ${{ secrets.PUSH_TOKEN }} token: ${{ secrets.PUSH_TOKEN }}
method: squash