diff --git a/.github/workflows/community_sync.yml b/.github/workflows/community_sync.yml new file mode 100644 index 00000000..0554a112 --- /dev/null +++ b/.github/workflows/community_sync.yml @@ -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