mirror of https://github.com/waku-org/js-waku.git
Add automerge bot
This commit is contained in:
parent
8aa09f8f9b
commit
ae8db33cc7
|
@ -0,0 +1,20 @@
|
||||||
|
name: Automerge
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target: { types: [opened, synchronize] }
|
||||||
|
issue_comment: { types: [created] }
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
auto-merge-bot:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v0.3
|
||||||
|
- name: Run Codeowners merge check
|
||||||
|
uses: casassg/auto-merge-bot@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
assign_reviewer: true
|
||||||
|
merge_method: "rebase"
|
||||||
|
|
Loading…
Reference in New Issue