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)"