generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal] Update GitHub Actions workflow files (#102)
- Loading branch information
1 parent
f6ebcf2
commit 5c7784f
Showing
4 changed files
with
13 additions
and
95 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,8 @@ jobs: | |
}} && go mod tidy | ||
- run: make tfgen | ||
- run: make build_sdks | ||
- name: Create PR | ||
- id: create-pr | ||
name: Create PR | ||
uses: peter-evans/[email protected] | ||
with: | ||
author: pulumi-bot <[email protected]> | ||
|
@@ -61,6 +62,14 @@ jobs: | |
title: Update pulumi-terraform-bridge to v${{ github.event.inputs.bridge_version | ||
}} | ||
token: ${{ secrets.PULUMI_BOT_TOKEN }} | ||
- if: steps.create-pr.outputs.pull-request-operation == 'created' | ||
name: Set Automerge | ||
uses: peter-evans/enable-pull-request-automerge@v1 | ||
with: | ||
github_token: ${{ secrets.PULUMI_BOT_TOKEN }} | ||
merge_method: squash | ||
pull_request_number: ${{ steps.create-pr.outputs.pull-request-number }} | ||
repository: ${{ github.repository }} | ||
strategy: | ||
fail-fast: true | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters