Skip to content

Implement SQL aggregate functions (COUNT, SUM, AVG, MIN, MAX) #136

Implement SQL aggregate functions (COUNT, SUM, AVG, MIN, MAX)

Implement SQL aggregate functions (COUNT, SUM, AVG, MIN, MAX) #136

Workflow file for this run

name: "Auto Label"
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true