Skip to content

automerge

automerge #181

Workflow file for this run

name: automerge
on:
schedule:
- cron: '0 8 * * *'
workflow_dispatch:
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_METHOD: squash
MERGE_REQUIRED_APPROVALS: "0"
MERGE_LABELS: automerge # label to trigger automerge