From 4dda72ce2ba31ed9100d5ae24474181ec974e64d 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 | 4 ++-- .github/workflows/sync.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index e531f230..88741179 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -1,3 +1,3 @@ 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 \ 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)"