Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize GitHub correctly #238

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading