Skip to content

feat(pg-delta): add --filter to catalog-export #1010

feat(pg-delta): add --filter to catalog-export

feat(pg-delta): add --filter to catalog-export #1010

name: Lint Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
merge_group:
types:
- checks_requested
branches:
- main
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
main:
if: github.event_name != 'pull_request_target' || github.event.pull_request.draft == false
name: Lint Pull Request
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'pull_request_target'
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- if: github.event_name == 'merge_group'
run: echo "Merge queue entry does not have a pull request payload; reporting success for the required lint check."