diff --git a/docs/features/github/index.mdx b/docs/features/github/index.mdx index 8521bd4a3..b02621e39 100644 --- a/docs/features/github/index.mdx +++ b/docs/features/github/index.mdx @@ -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' }, diff --git a/docs/features/github/tutorials/automated-pull-requests.mdx b/docs/features/github/tutorials/automated-pull-requests.mdx index ee7933685..5eef4f9a4 100644 --- a/docs/features/github/tutorials/automated-pull-requests.mdx +++ b/docs/features/github/tutorials/automated-pull-requests.mdx @@ -1,6 +1,6 @@ --- sidebar_position: 1 -title: Automated Authorization Pull Requests +title: Automated authorization pull requests image: /img/quick-tutorials/github/social.png --- @@ -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. @@ -142,7 +142,7 @@ To add the repository to Otterize Cloud, navigate to the [Integrations page](htt 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.