Skip to content

Commit

Permalink
Capitalize GitHub correctly (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed May 16, 2024
1 parent efeead1 commit d6c6c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/features/github/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import DocsLinkCard from "@site/src/components/LinkCard";

export const tutorials = [
{
title: 'Automated Authorization Pull Requests',
title: 'Automated authorization pull requests',
description: 'Automatically create pull requests to resolve any drifts detected in your cluster',
url: '/features/github/tutorials/automated-pull-requests'
},
Expand Down
6 changes: 3 additions & 3 deletions docs/features/github/tutorials/automated-pull-requests.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
title: Automated Authorization Pull Requests
title: Automated authorization pull requests
image: /img/quick-tutorials/github/social.png
---

Expand All @@ -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 d6c6c3a

Please sign in to comment.