Skip to content

automerge

automerge #21

Workflow file for this run

name: automerge
on:
schedule:
- cron: '0 0 * * 0'
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
LOG: "TRACE"