Skip to content

feat: add lambda-custom-rumtime example #4

feat: add lambda-custom-rumtime example

feat: add lambda-custom-rumtime example #4

Workflow file for this run

name: auto-merge
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.6"
env:
MERGE_LABELS: 'automerge,!work in progress,!do not merge'
GITHUB_TOKEN: "${{ secrets.AUTOMERGE_TOKEN }}"
MERGE_RETRY_SLEEP: "10000"
MERGE_RETRIES: "30"