Skip to content

.github/workflows/automerge.yml #6

.github/workflows/automerge.yml

.github/workflows/automerge.yml #6

Workflow file for this run

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