Skip to content

automerge

automerge #155

Workflow file for this run

name: automerge
on:
schedule:
# - cron: "59 7 * * 3-4"
- cron: "30 16 * * 4"
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
LOG: "DEBUG"