-
Notifications
You must be signed in to change notification settings - Fork 0
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 (#129)
- Loading branch information
1 parent
cd71511
commit 773b02b
Showing
4 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -38,6 +38,11 @@ on: | |
required: false | ||
type: string | ||
default: "" | ||
pr-title-prefix: | ||
description: Prefix to add to the auto-opened pull request title | ||
required: false | ||
type: string | ||
default: "" | ||
automerge: | ||
description: Mark created PR for auto-merging? | ||
required: false | ||
|
@@ -53,7 +58,7 @@ jobs: | |
steps: | ||
- name: Call upgrade provider action | ||
if: github.event_name == 'workflow_dispatch' | ||
uses: pulumi/[email protected].11 | ||
uses: pulumi/[email protected].12 | ||
with: | ||
kind: ${{ inputs.kind }} | ||
email: [email protected] | ||
|
@@ -63,9 +68,10 @@ jobs: | |
target-pulumi-version: ${{ inputs.target-pulumi-version }} | ||
pr-reviewers: ${{ inputs.pr-reviewers }} | ||
pr-description: ${{ inputs.pr-description }} | ||
pr-title-prefix: ${{ inputs.pr-title-prefix }} | ||
- name: Call upgrade provider action | ||
if: github.event_name == 'repository_dispatch' | ||
uses: pulumi/[email protected].11 | ||
uses: pulumi/[email protected].12 | ||
with: | ||
kind: ${{ github.event.client_payload.kind || 'bridge' }} | ||
email: [email protected] | ||
|
@@ -75,6 +81,7 @@ jobs: | |
target-bridge-version: ${{ github.event.client_payload.target-bridge-version }} | ||
pr-reviewers: ${{ github.event.client_payload.pr-reviewers }} | ||
pr-description: ${{ github.event.client_payload.pr-description }} | ||
pr-title-prefix: ${{ github.event.client_payload.pr-title-prefix }} | ||
- env: | ||
SLACK_CHANNEL: provider-upgrade-publish-status | ||
SLACK_COLOR: "#7CFC00" | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Call upgrade provider action | ||
uses: pulumi/[email protected].11 | ||
uses: pulumi/[email protected].12 | ||
with: | ||
kind: all | ||
email: [email protected] | ||
|
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