Skip to content

Commit 0da807c

Browse files
committed
add body
Signed-off-by: Alexander Dahmen <[email protected]>
1 parent a3b126e commit 0da807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
git add --all
7878
git commit -m "make generate_sdks"
7979
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"
8181
8282
8383

0 commit comments

Comments
 (0)