Skip to content

Commit

Permalink
Capitalize GitHub correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed May 16, 2024
1 parent efeead1 commit fd3fa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/github/tutorials/automated-pull-requests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this tutorial, you will:
You will need the following CLI tools to set up the repository and export ClientIntents:

1. [Otterize CLI](https://docs.otterize.com/overview/installation#install-the-otterize-cli)
2. [Github CLI](https://cli.github.com)
2. [GitHub CLI](https://cli.github.com)

After installation, log in with `gh auth login` and select your preferred method for authentication. Ensure your account has the necessary permissions to create new repositories.

Expand Down Expand Up @@ -142,7 +142,7 @@ To add the repository to Otterize Cloud, navigate to the [Integrations page](htt

<img className="tw-w-96 tw-block tw-mx-auto tw-mb-4"
src="/img/quick-tutorials/github/install-github-app.png"
alt="Github App Install Example"
alt="GitHub App Install Example"
/>

The Otterize GitHub app is now installed in your repository. Otterize will continuously monitor for differences between the ClientIntents definitions in your repository and the actual usage detected in your cluster. If drifts are detected, pull requests will be automatically opened to update the intent definitions and reflect the new usage behaviors.
Expand Down

0 comments on commit fd3fa0d

Please sign in to comment.