Skip to content

Update default APP_VERSION to 5.3.1 #556

Update default APP_VERSION to 5.3.1

Update default APP_VERSION to 5.3.1 #556

Workflow file for this run

name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"
MERGE_METHOD: "squash"
UPDATE_METHOD: "rebase"