Skip to content

Bump @aws-sdk/client-cloudformation from 3.1055.0 to 3.1056.0 in the npm group across 1 directory #342

Bump @aws-sdk/client-cloudformation from 3.1055.0 to 3.1056.0 in the npm group across 1 directory

Bump @aws-sdk/client-cloudformation from 3.1055.0 to 3.1056.0 in the npm group across 1 directory #342

Workflow file for this run

name: pull-request-auto-merge
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
pull-request-auto-merge:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for Pull Request
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}