File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6565 with :
6666 allowed-changes : |
6767 sdk/**/pulumi-plugin.json
68- sdk/dotnet/Pulumi. *.csproj
68+ sdk/dotnet/*.csproj
6969 sdk/go/**/pulumiUtilities.go
7070 sdk/nodejs/package.json
7171 sdk/python/pyproject.toml
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : check if this commit needs release
111+ if : ${{ env.RELEASE_BOT_ENDPOINT != '' }}
111112 uses : pulumi/action-release-by-pr-label@main
112113 with :
113114 command : " release-if-needed"
Original file line number Diff line number Diff line change 8282 {
8383 echo 'summary<<EOF'
8484 if [[ "$LAST_VERSION" != "No stable release" ]]; then
85- schema-tools compare --provider="postgresql" --old-commit="$LAST_VERSION" --new-commit="--local-path=provider/cmd/pulumi-resource-postgresql/schema.json"
85+ schema-tools compare --provider="postgresql" --old-commit="$LAST_VERSION" --repository="github://api.github.com/pulumi" -- new-commit="--local-path=provider/cmd/pulumi-resource-postgresql/schema.json"
8686 fi
8787 echo 'EOF'
8888 } >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change @@ -243,3 +243,6 @@ provider_dist-darwin-arm64: bin/$(PROVIDER)-v$(VERSION_GENERIC)-darwin-arm64.tar
243243provider_dist-windows-amd64 : bin/$(PROVIDER ) -v$(VERSION_GENERIC ) -windows-amd64.tar.gz
244244provider_dist : provider_dist-linux-amd64 provider_dist-linux-arm64 provider_dist-darwin-amd64 provider_dist-darwin-arm64 provider_dist-windows-amd64
245245.PHONY : provider_dist-linux-amd64 provider_dist-linux-arm64 provider_dist-darwin-amd64 provider_dist-darwin-arm64 provider_dist-windows-amd64 provider_dist
246+
247+ # Permit providers to extend the Makefile with provider-specific Make includes.
248+ include $(wildcard .mk/* .mk)
You can’t perform that action at this time.
0 commit comments