Skip to content

chore: Bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.19 #1595

chore: Bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.19

chore: Bump github.com/aws/aws-sdk-go from 1.54.17 to 1.54.19 #1595

name: Check migration guide
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
check:
if: ${{ contains(github.event.pull_request.title, '!') }}
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: changes
with:
filters: |
guides:
- 'docs/guides/**'
- if: ${{ steps.changes.outputs.guides == 'false' }}
run: echo "PR with breaking changes but no migration guide was created or updated" && exit 1