We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ask-astro/airflow/include/tasks/extract/github.py
Line 206 in c45487c
Default for get_issues() is to only capture 'open' issues. For ask-astro we want 'all'
get_issues()
Need to change to issues = repo.get_issues(state='all')
issues = repo.get_issues(state='all')
The text was updated successfully, but these errors were encountered:
fixes astronomer#113, fixes astronomer#114, fixes astronomer#115, fixes
0672b4b
astronomer#116
fixes #113, fixes #114, fixes #115, fixes #116
69d4f58
c92c482
76ae2ae
Extract all GH issue for ingestion (#182)
e96dcd1
closes: #113
pankajastro
Successfully merging a pull request may close this issue.
ask-astro/airflow/include/tasks/extract/github.py
Line 206 in c45487c
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')
The text was updated successfully, but these errors were encountered: