Skip to content

chore: Bump github.com/hashicorp/terraform-plugin-testing from 1.7.0 to 1.8.0 #884

chore: Bump github.com/hashicorp/terraform-plugin-testing from 1.7.0 to 1.8.0

chore: Bump github.com/hashicorp/terraform-plugin-testing from 1.7.0 to 1.8.0 #884

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: changes
with:
filters: |
guides:
- 'website/docs/guides/**'
- if: ${{ steps.changes.outputs.guides == 'false' }}
run: echo "PR with breaking changes but no migration guide was created or updated" && exit 1