2021-02-12 04:34:19 +00:00
|
|
|
name: Sync Community Branch
|
|
|
|
|
|
|
|
on:
|
2021-03-02 05:57:23 +00:00
|
|
|
workflow_run:
|
|
|
|
workflows:
|
|
|
|
- "CI - Changelog"
|
|
|
|
- "Release"
|
|
|
|
types:
|
|
|
|
- completed
|
2021-02-12 04:34:19 +00:00
|
|
|
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
|