# Auto-generated by Cimas: Do not edit it manually! # See https://github.com/metanorma/cimas # source: https://github.com/marketplace/actions/merge-pull-requests#usage 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 steps: - id: automerge name: automerge uses: "pascalgn/automerge-action@v0.15.3" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"