Skip to content

Commit

Permalink
Revert "Use action for creating PR"
Browse files Browse the repository at this point in the history
This reverts commit fd16714.
  • Loading branch information
flostadler committed Jun 4, 2024
1 parent fd16714 commit ef381ef
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,7 @@ jobs:
git push origin update-pulumi/$PULUMI_VERSION-${{ github.run_id }}-${{ github.run_number }}
- name: pull-request
if: steps.gomod.outputs.changes != 0
uses: peter-evans/create-pull-request@v6
with:
author: Pulumi Bot <[email protected]>
body: "Upgrading pulumi/pkg and pulumi/sdk to version ${{ steps.gomod.outputs.pulumi_version }}."
branch: "update-pulumi/${{ steps.gomod.outputs.pulumi_version }}-${{ github.run_number }}"
committer: Pulumi Bot <[email protected]>
commit-message: "Update pulumi/pulumi version to ${{ steps.gomod.outputs.pulumi_version }}"
title: "Update pulumi/pulumi version to ${{ steps.gomod.outputs.pulumi_version }}"
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "Update pulumi/pulumi version to $PULUMI_VERSION"
name: weekly-pulumi-update

0 comments on commit ef381ef

Please sign in to comment.