GitHubIssuesLoader()Load issues of a GitHub repository.
If True include Pull Requests in results, otherwise ignore them.
If integer is passed, it should be a milestone's number field. If the string '*' is passed, issues with any milestone are accepted. If the string 'none' is passed, issues without milestones are returned.
Filter on issue state. Can be one of: 'open', 'closed', 'all'.
Filter on assigned user. Pass 'none' for no user and '*' for any user.
Filter on the user that created the issue.
Filter on a user that's mentioned in the issue.
Label names to filter one. Example: bug,ui,@high.
What to sort results by. Can be one of: 'created', 'updated', 'comments'. Default is 'created'.
The direction to sort the results by. Can be one of: 'asc', 'desc'.
Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
The page number for paginated results. Defaults to 1 in the GitHub API.
Number of items per page. Defaults to 30 in the GitHub API.
Create query parameters for GitHub API.
Create URL for GitHub API.
Get issues of a GitHub repository.
Create Document objects from a list of GitHub issues.