Skip to content

Commit

Permalink
Apply automerge to bridge updates (#684)
Browse files Browse the repository at this point in the history
We have merged all workflow updates, so this will work.
  • Loading branch information
iwahbe authored Oct 13, 2023
1 parent 8ae3763 commit 49ef383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-bridge-ecosystem-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
workflow: upgrade-bridge.yml
token: ${{ secrets.PULUMI_BOT_TOKEN }}
repo: pulumi/pulumi-${{ matrix.provider }}
inputs: '{ "automerge": true }'
ref: main
- name: pulumi-${{ matrix.provider }} master
id: upgrade-on-master
Expand All @@ -57,6 +58,7 @@ jobs:
token: ${{ secrets.PULUMI_BOT_TOKEN }}
repo: pulumi/pulumi-${{ matrix.provider }}
ref: master
inputs: '{ "automerge": true }'
# See: https://docs.github.com/en/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits
- name: Sleep to prevent hitting secondary rate limits
run: sleep 1
Expand Down

0 comments on commit 49ef383

Please sign in to comment.