Skip to content

Commit 6ad8033

Browse files
authored
Merge branch 'main' into bwestover/connect-backup-utils-fix
2 parents 408629e + 06670f3 commit 6ad8033

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions-scripts/enable-automerge.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const github = getOctokit(token)
66

77
main()
88
async function main() {
9-
const pull = await github.rest.pulls.get(
10-
org,
11-
repo,
9+
const pull = await github.rest.pulls.get({
10+
owner: org,
11+
repo: repo,
1212
pull_number: parseInt(prNumber),
1313
})
1414

content/codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ redirect_from:
1818
- /codespaces/working-with-your-codespace/managing-access-and-security-for-codespaces
1919
---
2020

21-
By default, a codespace can only access the repository where it was created. When you enable access and security for a repository owned by your organization, any codespaces that are created for that repository will also have read and write permissions to all other repositories the organization owns and the codespace creator has permissions to access. If you want to restrict the repositories a codespace can access, you can limit it to either the repository where the codespace was created, or to specific repositories. You should only enable access and security for repositories you trust.
21+
By default, a codespace can only access the repository where it was created. When you enable access and security for a repository owned by your organization, any codespaces that are created for that repository will also have read permissions to all other repositories the organization owns and the codespace creator has permissions to access. If you want to restrict the repositories a codespace can access, you can limit it to either the repository where the codespace was created, or to specific repositories. You should only enable access and security for repositories you trust.
2222

2323
To manage which users in your organization can use {% data variables.product.prodname_codespaces %}, see "[Managing user permissions for your organization](/codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization)."
2424

0 commit comments

Comments
 (0)