workflows: keep community in sync with core

This commit is contained in:
Timothy DeHerrera 2021-02-11 21:34:19 -07:00
parent c42298febc
commit 058c319506
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

18
.github/workflows/community_sync.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Sync Community Branch
on:
push:
branches:
- core
jobs:
merge-core-to-community:
name: Merge core -> community
runs-on: ubuntu-latest
steps:
- uses: tukasz/direct-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
source-branch: core
target-branch: community