Skip to content

feat: Add full-featured Iceberg MERGE INTO conditional merges support and argument validation #2810

feat: Add full-featured Iceberg MERGE INTO conditional merges support and argument validation

feat: Add full-featured Iceberg MERGE INTO conditional merges support and argument validation #2810

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}