You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/upgrade-provider.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
git add --all
78
78
git commit -m "make generate_sdks"
79
79
git push --set-upstream origin "$BRANCH_NAME"
80
-
gh pr create --title "Upgrade terraform-provider-stackit to $LATEST_TAG" --base main --head "$BRANCH_NAME"
80
+
gh pr create --title "Upgrade terraform-provider-stackit to $LATEST_TAG" --body "This PR was generated by the Pulumi upgrade CI pipeline" --base main --head "$BRANCH_NAME"
0 commit comments