remove community action

The community branch will likely go away soon. This is no longer
required.
This commit is contained in:
Timothy DeHerrera 2021-04-18 21:25:21 -06:00
parent dba178dc1f
commit 50eaa4d0ba
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -1,23 +0,0 @@
name: Sync Community Branch
on:
workflow_run:
workflows:
- "CI - Changelog"
- "Release"
types:
- completed
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