Description
This pull request addresses an issue where the GitHub API query was fetching repositories without checking for a license. The query has been updated to filter repositories that have a license.
Note
@dotslashbit The query request is for fetching github issues. We can not actually filter for license while fetching issues. As per my research license filter is only for fetching repositories api. That is why I applied filter on issues after fetching it. And show users issues only from licensed repositories.
Please review the code. Let me know if there is any mistake.
fixes #47
Description This pull request addresses an issue where the GitHub API query was fetching repositories without checking for a license. The query has been updated to filter repositories that have a license.
Note @dotslashbit The query request is for fetching github issues. We can not actually filter for license while fetching issues. As per my research license filter is only for fetching repositories api. That is why I applied filter on issues after fetching it. And show users issues only from licensed repositories.
Please review the code. Let me know if there is any mistake.