From 4319c894dbcd2f2dde65e4856b06b3ddca415224 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 8 Nov 2021 12:00:25 -0800 Subject: [PATCH 1/4] try autosyncing docs branch --- .github/workflows/sync-branches | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/sync-branches diff --git a/.github/workflows/sync-branches b/.github/workflows/sync-branches new file mode 100644 index 000000000000..65aad5bc4f57 --- /dev/null +++ b/.github/workflows/sync-branches @@ -0,0 +1,20 @@ +name: Sync Docs Branch +on: + push: + branches: + - master + +jobs: + repo-sync: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + persist-credentials: false + - name: repo-sync + uses: repo-sync/github-sync@v2 + with: + source_repo: "airbytehq/airbyte" + source_branch: "master" + destination_branch: "gitbook/v1" + github_token: ${{ secrets.SLASH_COMMAND_PAT }} From 86bbd655a8294661539e9603ddbb3599baeb9638 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 8 Nov 2021 12:04:18 -0800 Subject: [PATCH 2/4] Update sync-branches --- .github/workflows/sync-branches | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-branches b/.github/workflows/sync-branches index 65aad5bc4f57..31670fc100dd 100644 --- a/.github/workflows/sync-branches +++ b/.github/workflows/sync-branches @@ -3,6 +3,7 @@ on: push: branches: - master + - sherifnada-patch-1 jobs: repo-sync: From 9eface039d785eeea1554672cbe99fb1dfe2e789 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 8 Nov 2021 12:04:32 -0800 Subject: [PATCH 3/4] Update sync-branches --- .github/workflows/sync-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches b/.github/workflows/sync-branches index 31670fc100dd..d7668276d795 100644 --- a/.github/workflows/sync-branches +++ b/.github/workflows/sync-branches @@ -3,7 +3,7 @@ on: push: branches: - master - - sherifnada-patch-1 + - sherifnada-patch-1 # test jobs: repo-sync: From b70c31c6c2c1b2fa909d504e34b825049f3d94fb Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 8 Nov 2021 12:05:08 -0800 Subject: [PATCH 4/4] Update sync-branches --- .github/workflows/sync-branches | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync-branches b/.github/workflows/sync-branches index d7668276d795..65aad5bc4f57 100644 --- a/.github/workflows/sync-branches +++ b/.github/workflows/sync-branches @@ -3,7 +3,6 @@ on: push: branches: - master - - sherifnada-patch-1 # test jobs: repo-sync: