v1.11.0 #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Files | |
on: | |
release: | |
types: [published] | |
workflow_dispatch: | |
jobs: | |
convert-test-sync: | |
name: Sync PCL test files | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v2 | |
- name: Run GitHub File Sync | |
uses: BetaHuhn/repo-file-sync-action@40da4d517e0a744fce9e8aed03e63d6c8bafbdc0 # v1.17.21 | |
with: | |
GH_PAT: ${{ secrets.PULUMI_BOT_TOKEN }} | |
TEAM_REVIEWERS: Platform | |
PR_BODY: "This PR syncs changes to the codegen'd PCL files from the latest `pulumi/yaml` release.\nTo program-gen new/ modified examples, please fork this branch and run `cd pkg/codegen && PULUMI_ACCEPT=true go test -timeout 1h -tags all,smoke -run '^TestGenerateProgram$' ./...`.\nThis is not required if all files in the PR have been deleted (no new examples)." | |
COMMIT_PREFIX: "(pulumi-bot)" | |
PR_LABELS: | | |
impact/no-changelog-required |