From 50eaa4d0bab31c26355726c838971611541b6e8d Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 18 Apr 2021 21:25:21 -0600 Subject: [PATCH] remove community action The community branch will likely go away soon. This is no longer required. --- .github/workflows/community_sync.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/community_sync.yml diff --git a/.github/workflows/community_sync.yml b/.github/workflows/community_sync.yml deleted file mode 100644 index 949ba059..00000000 --- a/.github/workflows/community_sync.yml +++ /dev/null @@ -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