# GitHubIssuesLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/github/GitHubIssuesLoader)

Load issues of a GitHub repository.

## Signature

```python
GitHubIssuesLoader()
```

## Extends

- `BaseGitHubLoader`

## Properties

- `include_prs`
- `milestone`
- `state`
- `assignee`
- `creator`
- `mentioned`
- `labels`
- `sort`
- `direction`
- `since`
- `page`
- `per_page`
- `query_params`
- `url`

## Methods

- [`validate_since()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GitHubIssuesLoader/validate_since)
- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GitHubIssuesLoader/lazy_load)
- [`parse_issue()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GitHubIssuesLoader/parse_issue)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/document_loaders/github.py#L41)