Skip to content

Periodic PR merging #475

Periodic PR merging

Periodic PR merging #475

name: Periodic PR merging
on:
schedule:
- cron: "*/5 * * * *" # every 5 minutes
jobs:
reconcile:
runs-on: ubuntu-latest
steps:
- name: Enforce LGTM policy
uses: jpmcb/[email protected]
with:
jobs: lgtm
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: 'squash'