Skip to content

Commit

Permalink
chore: update permission docs
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Jul 9, 2024
1 parent b7b5786 commit e6c9fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/docs/snippets/github-permissions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Our GitHub app asks for permission for:

- Read: <Tooltip tip="Used in our automations, to read content from your yarn.lock or package-lock.json files.">code</Tooltip>, <Tooltip tip="Used to enable features like teams, people directory and allow teammates to login to your workspace.">members</Tooltip> and <Tooltip tip="Used to name your workspace.">metadata</Tooltip>.
- Read: <Tooltip tip="Used to enable features like teams, people directory and allow teammates to login to your workspace.">members</Tooltip> and <Tooltip tip="Used to name your workspace.">metadata</Tooltip>.

- Read and write: <Tooltip tip="Read: Used on insights | Write: Used in automations, to post comments to pull requests.">pull requests</Tooltip>.

Expand Down
6 changes: 3 additions & 3 deletions apps/mkt/components/pricing-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default function PricingTabs() {
title: "Is my repository code safe?",
text: (
<>
Absolutely. Sweetr never clones your repository, nor persists any data
from it. We follow stringent security best practices to protect our
servers and application.{" "}
Absolutely. Sweetr does not require access to your code. We follow
stringent security best practices to protect our servers and
application.{" "}
<a
href="https://docs.sweetr.dev/about/data-privacy-and-security"
target="_blank"
Expand Down

0 comments on commit e6c9fbe

Please sign in to comment.