Add `automerge` workflow.

This commit is contained in:
Markus Reiter 2019-08-13 00:53:12 +02:00
parent 02d0512c1f
commit ba9386d51d
1 changed files with 11 additions and 0 deletions

11
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: automerge
on:
schedule:
- cron: 0 * * * *
jobs:
automerge:
runs-on: macOS-latest
steps:
- uses: ./.github/actions/automerge