Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Automerge

Automerge #1731

Workflow file for this run

name: Automerge
on:
workflow_run:
workflows: ['CI-PR']
types:
- completed
check_suite:
types:
- completed
pull_request_review:
types:
- submitted
jobs:
automerge:
if: github.event.review.state == 'approved' || !github.event.review
runs-on: ubuntu-latest
env:
meilcli_bot: ${{ secrets.MEILCLI_BOT }}
steps:
- uses: reitermarkus/automerge@v1
if: env.meilcli_bot != ''
with:
token: ${{ secrets.MEILCLI_BOT }}
merge-method: merge