diff --git a/.github/workflows/weekly-pulumi-update.yml b/.github/workflows/weekly-pulumi-update.yml index c9e7471a2..35a5e6fdc 100644 --- a/.github/workflows/weekly-pulumi-update.yml +++ b/.github/workflows/weekly-pulumi-update.yml @@ -88,6 +88,9 @@ jobs: - name: pull-request if: steps.gomod.outputs.changes != 0 run: | - gh_pr_up() { gh pr create $* || gh pr edit $* } + gh_pr_up() { + gh pr create $* || gh pr edit $* + } + gh_pr_up --title "Update pulumi/pulumi version to $PULUMI_VERSION" --body "Upgrading pulumi/pkg and pulumi/sdk to version $PULUMI_VERSION." name: weekly-pulumi-update