Skip to content

Commit

Permalink
Don't auto-merge upstream upgrades (#3002)
Browse files Browse the repository at this point in the history
Sets the `AutoMergeProviderUpgrades` ci-mgmt config to false to avoid
auto-merging upstream upgrades. This maintains the current behaviour.

Part of pulumi/ci-mgmt#1344
  • Loading branch information
VenelinMartinov authored Feb 11, 2025
1 parent 5231303 commit fb275b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ releaseVerification:
dotnet: examples/appservice-cs
go: examples/network-go
integrationTestProvider: true
autoMergeProviderUpgrades: false

0 comments on commit fb275b2

Please sign in to comment.