Skip to content

PR auto merge

PR auto merge #14

name: PR auto merge
on:
schedule:
- cron: '0 0 * * 5'
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/[email protected]"
env:
MERGE_LABELS: ""
MERGE_METHOD: "squash"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"