Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Sync with Upstream #1408

Sync with Upstream

Sync with Upstream #1408

Workflow file for this run

name: Sync with Upstream
on:
schedule:
- cron: "0 */24 * * *"
workflow_dispatch:
jobs:
develop:
name: develop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Synchronize repository
uses: repo-sync/github-sync@v2
with:
source_repo: https://github.com/matrix-org/synapse
source_branch: develop
destination_branch: upstream/develop
github_token: ${{ secrets.CILICON_GITHUB_PAT }}
- name: Create pull request
uses: repo-sync/pull-request@v2
with:
source_branch: upstream/develop
destination_branch: develop
github_token: ${{ secrets.CILICON_GITHUB_PAT }}
pr_title: "Pulling ${{ github.ref }} into develop"
pr_body: |
:crown: *An automated PR to sync with upstream*
Co-authored-by: cuttingedge1109 [email protected]
pr_reviewer: "cmpayc"