Merge pull request #393 from status-im/auto-merge

This commit is contained in:
F 2022-01-10 11:12:16 +11:00 committed by GitHub
commit 08e0761e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
* @d4nte

20
.github/workflows/auto-merge.yml vendored Normal file
View 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"