From 0ca8de049f6501447a0bb9c0fe02b2fcdad12425 Mon Sep 17 00:00:00 2001 From: aq17 Date: Mon, 17 Oct 2022 10:22:53 -0700 Subject: [PATCH] fix workflow --- .github/sync.yml | 6 ++++-- .github/workflows/sync.yml | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index e531f230..9862ce4c 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,3 +1,5 @@ aq17/pulumi: - - source: pkg/pulumiyaml/testing/test/testdata/ - dest: pkg/codegen/testing/test/testdata \ No newline at end of file + - source: pkg/tests/transpiled_examples + dest: pkg/codegen/testing/test/testdata/transpiled_examples + exclude: | + .gitignore \ No newline at end of file diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b8b34ef3..d0f0eee0 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -15,6 +15,7 @@ jobs: uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.MY_PAT }} - REVIEWERS: | - aq17 + # REVIEWERS: | + # aq17 PR_BODY: "This PR syncs changes to the codegen'd PCL files from the latest `pulumi/yaml` release" + COMMIT_PREFIX: "(pulumi-bot)"