diff --git a/provider-ci/internal/pkg/templates/defaults.config.yaml b/provider-ci/internal/pkg/templates/defaults.config.yaml index 3419c7d7f..a091c83d5 100644 --- a/provider-ci/internal/pkg/templates/defaults.config.yaml +++ b/provider-ci/internal/pkg/templates/defaults.config.yaml @@ -240,4 +240,4 @@ clean-github-workflows: true autoMergeProviderUpgrades: true # Whether we allow missing docs in the provider. -allowMissingDocs: false +allowMissingDocs: true diff --git a/provider-ci/test-providers/acme/.github/workflows/upgrade-provider.yml b/provider-ci/test-providers/acme/.github/workflows/upgrade-provider.yml index fb7beb6e9..dcdb5bd19 100644 --- a/provider-ci/test-providers/acme/.github/workflows/upgrade-provider.yml +++ b/provider-ci/test-providers/acme/.github/workflows/upgrade-provider.yml @@ -78,7 +78,7 @@ jobs: username: pulumi-bot automerge: true target-version: ${{ steps.target_version.outputs.version }} - allow-missing-docs: false + allow-missing-docs: true - name: Comment on upgrade issue if automated PR failed if: steps.upgrade_provider.outcome == 'failure' shell: bash diff --git a/provider-ci/test-providers/aws/.ci-mgmt.yaml b/provider-ci/test-providers/aws/.ci-mgmt.yaml index 05bd0b64b..9304d29ae 100644 --- a/provider-ci/test-providers/aws/.ci-mgmt.yaml +++ b/provider-ci/test-providers/aws/.ci-mgmt.yaml @@ -49,6 +49,7 @@ plugins: kind: converter # Use `pulumi convert` for translating examples from TF to Pulumi. pulumiConvert: 1 +allowMissingDocs: false goBuildParallelism: 2 actions: preTest: diff --git a/provider-ci/test-providers/docker/.github/workflows/upgrade-provider.yml b/provider-ci/test-providers/docker/.github/workflows/upgrade-provider.yml index ae683c9bf..ed1996950 100644 --- a/provider-ci/test-providers/docker/.github/workflows/upgrade-provider.yml +++ b/provider-ci/test-providers/docker/.github/workflows/upgrade-provider.yml @@ -78,7 +78,7 @@ jobs: username: pulumi-bot automerge: true target-version: ${{ steps.target_version.outputs.version }} - allow-missing-docs: false + allow-missing-docs: true - name: Comment on upgrade issue if automated PR failed if: steps.upgrade_provider.outcome == 'failure' shell: bash