mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-15 06:54:14 +00:00
Add automerge bot
This commit is contained in:
parent
8aa09f8f9b
commit
ae8db33cc7
20
.github/workflows/auto-merge.yml
vendored
Normal file
20
.github/workflows/auto-merge.yml
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user