Skip to content

bug: reading geospatial data fails with duckdb>=1.5.1 #138

bug: reading geospatial data fails with duckdb>=1.5.1

bug: reading geospatial data fails with duckdb>=1.5.1 #138

Workflow file for this run

name: Issue Manager
on:
issue_comment:
types:
- created
issues:
types:
- labeled
pull_request_target:
types:
- labeled
workflow_dispatch:
permissions:
issues: write
pull-requests: write
jobs:
issue-manager:
if: github.repository_owner == 'ibis-project'
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
{
"maybe-ai": {
"delay": 0,
"message": "This was marked as potentially AI generated and will be closed now. If this is an error, please provide additional details, make sure to read the docs about contributing and AI."
}
}