diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml new file mode 100644 index 00000000000..bbc198e9729 --- /dev/null +++ b/.github/workflows/automerge.yml @@ -0,0 +1,11 @@ +name: automerge + +on: + schedule: + - cron: 0 * * * * + +jobs: + automerge: + runs-on: macOS-latest + steps: + - uses: ./.github/actions/automerge