Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Mar 25, 2022
1 parent b004b22 commit 82d57b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 41 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/pr-automation.yml

This file was deleted.

11 changes: 10 additions & 1 deletion .github/workflows/update-bridge.yml
Expand Up @@ -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/create-pull-request@v3.12.0
with:
author: pulumi-bot <bot@pulumi.com>
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Expand Up @@ -33,9 +33,9 @@ changelog:
exclude:
- Merge branch
- Merge pull request
- '[internal]'
- '[ci]'
- '[chore]'
- \Winternal\W
- \Wci\W
- \Wchore\W
sort: asc
use: git
release:
Expand Down

0 comments on commit 82d57b2

Please sign in to comment.