Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Attempting cron automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo committed Dec 4, 2019
1 parent 52c54c2 commit 78faf75
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: automerge
# on:
# pull_request:
# types:
# - labeled
# - unlabeled
# - synchronize
# - opened
# - edited
# - ready_for_review
# - reopened
# - unlocked
# pull_request_review:
# types:
# - submitted
# status: {}
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/5 * * * *'
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@master"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: rebase
UPDATE_METHOD: rebase

0 comments on commit 78faf75

Please sign in to comment.