Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: George <me@georgemac.com>
  • Loading branch information
markphelps and GeorgeMac authored Sep 27, 2024
1 parent 21fe481 commit b086e3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cloud/features/approval-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When you create an environment in Flipt Cloud, you can choose to protect the env

![Protected Environment](/images/cloud/features/approval/protected-environment.png)

In our Git backed storage model, all environments have a default branch. If your chose an existing repository and branch when creating the environment and that branch is protected, the environment itself will be protected by default.
In our Git backed storage model, all environments have a default branch. If you chose an existing repository and branch when creating the environment and that branch is protected, the environment itself will be protected by default.

<Note>
Many teams protect their `main` branch, but you can select a different branch
Expand Down Expand Up @@ -81,8 +81,7 @@ Once the pull request is merged, the changes will be deployed to the protected e
You can leverage GitHub's existing [Code
Owners](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners)
feature to automatically request reviews from specific teams or individuals
when a proposal is created. This is a great way to get the approvers you need
to review the proposal and approve it.
when a proposal is created. This is a great way to automate requesting the relevant teams and individuals for their approval input.

Check failure on line 84 in cloud/features/approval-workflows.mdx

View workflow job for this annotation

GitHub Actions / lint

Insert `⏎·`
</Tip>

## Evaluation
Expand Down

0 comments on commit b086e3a

Please sign in to comment.