Skip to content

Add integration tests to verify table and index limits for bulk spanner migration from PostgreSQL #6972

Add integration tests to verify table and index limits for bulk spanner migration from PostgreSQL

Add integration tests to verify table and index limits for bulk spanner migration from PostgreSQL #6972

name: Enforce labels for release notes
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509
with:
mode: minimum
count: 1
labels: |
ignore-for-release
new-template
improvement
bug-fix
package-upgrade
message: "This PR is being prevented from merging because you have not added any of the following labels: [ignore-for-release, new-template, improvement, bug-fix, package-upgrade]. You'll need to add one before this PR can be merged so that these can be used for release notes. For more information, see https://github.com/GoogleCloudPlatform/DataflowTemplates/blob/main/contributor-docs/code-contributions.md#release-notes"