Skip to content

feat(parser): ClickHouse WITH TOTALS / LIMIT BY / ANY JOIN / DEFAULT ident (#482) #293

feat(parser): ClickHouse WITH TOTALS / LIMIT BY / ANY JOIN / DEFAULT ident (#482)

feat(parser): ClickHouse WITH TOTALS / LIMIT BY / ANY JOIN / DEFAULT ident (#482) #293

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Apply labels
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: false