workflows: keep community in sync with core
This commit is contained in:
parent
c42298febc
commit
058c319506
18
.github/workflows/community_sync.yml
vendored
Normal file
18
.github/workflows/community_sync.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user