fix: Handle undeclared aggregator column in _resolve_agg_column_name
#135
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: title | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| permissions: | |
| pull-requests: read | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: holoviz-dev/holoviz_tasks/validate-pr-title@1a9884850782b0b80ba2e91b573e7d63d9d3c3dc # v1.0.1 | |
| with: | |
| title: ${{ github.event.pull_request.title }} | |
| types: | | |
| build | |
| chore | |
| ci | |
| compat | |
| docs | |
| enh | |
| feat | |
| fix | |
| perf | |
| refactor | |
| test | |
| type | |
| scopes: | | |
| bot | |
| dev | |
| data | |
| plotting | |
| bokeh | |
| matplotlib | |
| plotly | |
| notebook |