From 6e70643172ebb1e3306e6367fec02e97b7e08b97 Mon Sep 17 00:00:00 2001 From: Adon Metcalfe Date: Tue, 27 Feb 2024 17:09:41 +0800 Subject: [PATCH 1/2] Update managing-repository-access-for-your-codespaces.md (#31728) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Co-authored-by: hubwriter --- .../managing-repository-access-for-your-codespaces.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md index 59f668c4fa..46c01d8ee5 100644 --- a/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md +++ b/content/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces.md @@ -63,7 +63,9 @@ You configure repository permissions for {% data variables.product.prodname_gith {% note %} - **Note:** You can only reference repositories that belong to the same personal account or organization as the repository you are currently working in. + **Notes:** + - You can only reference repositories that belong to the same personal account or organization as the repository you are currently working in. + - You can use the `*` wildcard to grant permissions to multiple repositories in an organization. For example, to grant permissions to all repositories in the `my_org` organization use `my_org/*`. This syntax is only valid for codespaces. In any `devcontainer.json` files that are used for prebuilds, you must define permissions for each repository separately. For more information, see "[AUTOTITLE](/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories)." {% endnote %} From 9bd7bc77d709873ec64cb964a5b3630b7eaa9232 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 27 Feb 2024 11:35:09 +0100 Subject: [PATCH 2/2] Do not require a fixed length of SHA code (#31858) --- .../repositories/two-dot-diff-comparison-example-urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/repositories/two-dot-diff-comparison-example-urls.md b/data/reusables/repositories/two-dot-diff-comparison-example-urls.md index 5bf9f12de6..121bd266e4 100644 --- a/data/reusables/repositories/two-dot-diff-comparison-example-urls.md +++ b/data/reusables/repositories/two-dot-diff-comparison-example-urls.md @@ -1 +1 @@ -For example, this URL uses the shortened seven-character SHA codes to compare commits `f75c570` and `3391dcc`: `https://github.com/github-linguist/linguist/compare/f75c570..3391dcc`. +For example, this URL uses the shortened SHA codes to compare commits `f75c570` and `3391dcc`: `https://github.com/github-linguist/linguist/compare/f75c570..3391dcc`.