astronomer / ask-astro

An end-to-end LLM reference implementation providing a Q&A interface for Airflow and Astronomer
https://ask.astronomer.io/
Apache License 2.0
196 stars 47 forks source link

Change issue extract to get all issues not only open #113

Closed mpgreg closed 11 months ago

mpgreg commented 1 year ago

https://github.com/astronomer/ask-astro/blob/c45487c7f12a9424dbe885580c687e35e30b7de4/airflow/include/tasks/extract/github.py#L206

Default for get_issues() is to only capture 'open' issues. For ask-astro we want 'all'

Need to change to issues = repo.get_issues(state='all')