Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Oct 11, 2023
1 parent 5eb8e85 commit 087d04a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
uses: pulumi/[email protected]
with:
kind: bridge
email: [email protected]
username: pulumi-bot
automerge: ${{ inputs.automerge }}
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#7CFC00"
Expand All @@ -38,4 +41,10 @@ jobs:
uses: rtCamp/action-slack-notify@v2
name: Upgrade bridge
on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
automerge:
description: Mark created PR for auto-merging?
required: false
type: boolean
default: false
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: pulumi/[email protected]
with:
kind: all
email: [email protected]
username: pulumi-bot
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#7CFC00"
Expand Down

0 comments on commit 087d04a

Please sign in to comment.