> For the complete documentation index, see [llms.txt](https://henryruhs.gitbook.io/chroma-feedback/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://henryruhs.gitbook.io/chroma-feedback/producers/microsoft/github.md).

# GitHub

### Usage

Observe one status:

```bash
chroma-feedback -p microsoft.github

--microsoft-github-slug <username/repository>
--microsoft-github-token <token>
```

Observe many statuses:

```bash
chroma-feedback -p microsoft.github

--microsoft-github-slug <username>
--microsoft-github-token <token>
```

### Options

| Name                   | Default                  | Mandatory |
| ---------------------- | ------------------------ | --------- |
| microsoft-github-host  | <https://api.github.com> | optional  |
| microsoft-github-slug  |                          | required  |
| microsoft-github-token |                          | required  |
