From fd3fa0d56c2788b145bcb09439a0a9404afb096e Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Thu, 16 May 2024 17:02:37 +0300 Subject: [PATCH 1/2] Capitalize GitHub correctly --- docs/features/github/tutorials/automated-pull-requests.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/github/tutorials/automated-pull-requests.mdx b/docs/features/github/tutorials/automated-pull-requests.mdx index ee7933685..2f0d6d0a5 100644 --- a/docs/features/github/tutorials/automated-pull-requests.mdx +++ b/docs/features/github/tutorials/automated-pull-requests.mdx @@ -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. From ab4a7594f164833a23973d99e90b14d21ab68049 Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Thu, 16 May 2024 17:09:53 +0300 Subject: [PATCH 2/2] Fix Automated authorization pull requests capitalization --- docs/features/github/index.mdx | 2 +- docs/features/github/tutorials/automated-pull-requests.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 2f0d6d0a5..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 ---